I’m attempting to create outgoing EDI transactions. Part of our process involves generating the EDI string, and submitting it to TN, so that transactions can be traced from a single spot (TN)
Anyway, I translate the flatfile to a record structure, map it to the EDI record (4010 X12 856 in this case) then call convertToString, the add the envelopes. I submit the document to TN (having a problem getting that part working, so as a stop-gap I’m copying/pasting into the “test document submission” but that’s a problem for another day)
So, at this point, I’ve got ISA/GS/ST…/SE/GE/IEA in a string, and TN de-envelopes properly, so I see X12 Envelope, and X12 Group in TN. However, I don’t see the transaction sets, instead, I get a single Unknown document. I’ll post a small example here:
ISA00 00 01208334425 091307919650000 0306161439U4010 * 2191T*:
GSSH2083344251307919650000200306161439219T4010
ST856302
BSN003298858200305290000
DTM011200305310000
HL1S1
TD5O93451-1641MAERO CTSH
FOBCCFOBACHAMLER , OH
N1STHAMLER , OH
N4HAMLER*OHUSA
N1SFLIMA, OHIOZZ66A
N4LIMAOHUSA
HL*2O1
PRF0VERBAL-00013298858
HL3E1
TD3HMD2.2ANHYDROUS AMMONIA
HL4D0
SN1**00019.490TN00020.000*TNAC
PIDS08FP2.00ANHYDROUS AMMONIA
PKGS36ZZBUL
CTT000004
SE20302
GE1219
IEA1 219
Any idea what’s wrong with my 856?
Thanks in advance!
#webMethods#Integration-Server-and-ESB#edi