Hello Everyone,
I am using Integration Server/TN/EDIforTN/EDIINT for version 4.6.1 on a WIN2K platform.
My service runs as follows:
convertToString
appendToStringList (to accumulate ST segments)
Then I determine the ISA and GS data relevant for transaction, and I run:
addGroupEnvelope
addICEnvelope
All segments (ISA/GS/ST) are visible in the ‘edidata’ string at this point.
I then send ‘edidata’ to TN, and back to B2B, for special delivery instructions.
My problems crop up here. At this last stage, only the last ST segment is in the editn_xtn, and editn_env is not in the pipeline. ContentPart EDIdata is part of my bizdoc, but it only contains the last ST as well. I have tried adding a validateEnvelope, but this displays no errors.
WmEDIforTN says it automatically validates and parses envelopes for processing, so prognosis says the first ones are getting overwritten, but getICDetail & getAllDetails do not return the other ST’s.
Does anyone know how to extract the whole edidata ISA string (ISA/GS/ & all ST’s) from TN?
I appreciate all help!
Thanks.
Jeff
#edi#Integration-Server-and-ESB#webMethods