Hi,
Sorry for the delay, Had to handle an other issue.
To sum it up, we need to wend a cXML v1.2.11 Invoice to ARIBA.
The whole cXML structure is set and corrcet but ARIBA requieres the Invoice to have a DOCTYPE statement as follow :
<?xml version=“1.0” encoding=“UTF-8”?>
<!DOCTYPE cXML SYSTEM “http://xml.cxml.org/schemas/cXML/1.2.009/InvoiceDetail.dtd”>
<cXML payloadID=“20050105143037922.fc439c80-5f1d-11d9-9d5c-a03d8c844423.0a02151bf70d311d0000ff03@nikto” timestamp=“2005-01-05T14:30:37-MET”>
<Header>
<From>
<Credential domain=“NetworkID”>
<Identity>AN0123456789-T</Identity>
</Credential>
</From>
and this is what I send (note the missing DOCTYPE)
<?xml version=“1.0” encoding=“UTF-8”?>
<cXML payloadID=“20050105143037922.fc439c80-5f1d-11d9-9d5c-a03d8c844423.0a02151bf70d311d0000ff03@nikto” timestamp=“2005-01-05T14:30:37-MET”>
<Header>
<From>
<Credential domain=“NetworkID”>
<Identity>AN0123456789-T</Identity>
</Credential>
</From>
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services