Sample TranslateOutput XML for Inbound EDI
This section provides a sample TranslateOutput XML file for inbound EDI.
<ns0:executeResponse xmlns:ns0="http://xmlns.oracle.com/cloud/adapter/ediAdapter/EDI_Translate_REQUEST/types">
<TranslateOutput xmlns="http://xmlns.oracle.com/b2b/X12/4010/transactionset-850/default" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<edi-xml-document format="X12-4010-850" ver="1.0.20200326">
<headers>
<interchange-ctrl ack-requested-code="0" auth-info="" auth-info-qualifier="00" ctrl-standards-id="U" ctrl-version-num-code="00401" date="190312" element-separator="|" interchange-ctrl-num="000001894" receiver-id="22222" receiver-id-qualifier="01" sec-info="" sec-info-qualifier="00" segment-terminator="0xa" sender-id="111111T" sender-id-qualifier="01" subelement-separator="~" time="0845" usage-indicator-code="T"/>
<group app-receivers-code="ACME" app-senders-code="0124578" date="20190312" func-identifier-code="PO" group-ctrl-num="0123456" resp-agency-code="X" time="084515" version-identifier-code="004010"/>
</headers>
<transaction-data>
<ST>
<ST01>850</ST01>
<ST02>1013</ST02>
</ST>
<BEG>
<BEG01>99</BEG01>
<BEG02>BA</BEG02>
<BEG03>Purchase Order Number</BEG03>
<BEG05>20061103</BEG05>
<BEG06>Contract Number</BEG06>
<BEG09>01</BEG09>
</BEG>
....
<SE>
<SE01>25</SE01>
<SE02>1013</SE02>
</SE>
</transaction-data>
<trailers>
<group count-of-txnsets="1" group-ctrl-num="1013"/>
<interchange-ctrl count-of-groups="1" interchange-ctrl-num="100000020"/>
</trailers>
</edi-xml-document>
<functional-ack-present>true</functional-ack-present>
<functional-ack>SVNBfDAwfCAgICAgICAgICB8MDB8ICAgICAgICAgI...</functional-ack>
<functional-ack-tracking-info>tc=1016;gc=1016;sn=22222;rc=111111T;ic=000000016;</functional-ack-tracking-info>
<validation-errors-present>true</validation-errors-present>
<validation-errors>
<error>
<code>B2B-01757</code>
<category>data_codelist</category>
<summary>Element BEG01 (element id 353) contains an invalid identification code [99] that is not listed in the allowed codes for this element (for example: 00, 44, 01, 45, 02, 46 ...).</summary>
<location>segment-BEG > BEG01 (element id 353) | segment position 2 (starting with ST segment) | element position 1 | character position 174</location>
</error>
<validation-error-report>[1] Error code: B2B-01757 | category: data_codelist | message: (Severe) Element BEG01 (element id 353) contains an invalid identification code [99] that is not listed in the allowed codes for this element (for example: 00, 44, 01, 45, 02, 46 ...). | segment-BEG > BEG01 (element id 353) | segment position 2 (starting with ST segment) | element position 1 | character position 174</validation-error-report>
</validation-errors>
<tracking-info>tc=1234;gc=0123456;sn=111111T;rc=22222;ic=000001894;seq=1;tot=1;</tracking-info>
<translation-status>Error</translation-status>
</TranslateOutput>
</ns0:executeResponse>