Table of Contents

Search

  1. Preface
  2. Introducing B2B Gateway
  3. B2B Gateway administration
  4. Project and asset management
  5. EDI X12 and EDIFACT Messages
  6. Custom files with custom mappings
  7. Inbound Custom Files with Intelligent Structure Discovery
  8. File transfer tasks
  9. Partners
  10. Tracking and Monitoring Events
  11. B2B Gateway REST APIs
  12. Glossary

B2B Gateway

B2B Gateway

Example of an outbound interface file for EDI X12 messages

Example of an outbound interface file for EDI X12 messages

The outbound interface file for EDI X12 messages contains a root element, message type element, loop elements, segment elements, and data elements.
The following XML represents an interface file for an outbound message of type 810:
<x12:interchange xmlns:x12="http://www.informatica.com/B2B/X12/4010"> <x12:TS_810> <ST> <R01>810</R01> <R02>0007</R02> </ST> <BIG> <R01>20131025</R01> <R02>INV159154</R02> <R03>20131016</R03> <R04>7100124746</R04> <R07>FB</R07> </BIG> <LOOP_IT1> <IT1> <R01>11</R01> <R02>1.000</R02> <R03>EA</R03> <R04>0.16</R04> <R06>VP</R06> <R07>HEA006-PHO2S-NL</R07> </IT1> <TXI> <R01>TX</R01> <R02>0.00</R02> <R06>2</R06> </TXI> <LOOP_PID> <PID> <R01>F</R01> <R05>12" X 15" ABCDEFGHIJ</R05> </PID> </LOOP_PID> </LOOP_IT1> <LOOP_IT1> <IT1> <R01>15</R01> <R02>2500.05</R02> <R03>EA</R03> <R04>0.25</R04> <R06>VP</R06> <R07>ABCDEFGHIJ</R07> </IT1> <TXI> <R01>TX</R01> <R02>0.00</R02> <R06>2</R06> </TXI> <LOOP_PID> <PID> <R01>F</R01> <R05>ABCDEFGHIJ</R05> </PID> </LOOP_PID> </LOOP_IT1> <TDS> <R01>844969</R01> </TDS> <TXI> <R01>TX</R01> <R02>624.11</R02> <R06>2</R06> </TXI> <LOOP_SAC_2> <SAC> <R01>C</R01> <R02>D240</R02> <R05>89103</R05> <R12>06</R12> <R15>Freight</R15> </SAC> </LOOP_SAC_2> <CTT> <R01>7</R01> </CTT> <SE> <R01>19</R01> <R02>0007</R02> </SE> </x12:TS_810> </x12:interchange>
The root element for an outbound interface file is specified as
<x12:interchange>
to identify the message as an EDI X12 message. The message type element
<x12:TS_810>
identifies the message as message type 810.
If you trace through the interface file, you can determine the relationship between the elements of the file. The hierarchy contains different IT1 loop elements that contain PID loop elements, and a SAC loop element.
The interface file also contains segment elements with data elements.

0 COMMENTS

We’d like to hear from you!