Greetings!!
I am using the MQ Series adapter to read X12 EDIs. However some Incoming
messages have structure errors like these: unrecognized segment, invalid
segments, etc. So I want to create a copy of the original EDI to analyze
all
the segments.
I created a send ****t with a subscription to receive ****t and applied the
filter: "BTS.MessageType ==
http://schemas.microsoft.com/BizTalk/EDI/X12/2006#X12_00503_426"
in order
to
route the messages and also I´m using the EDISend Pipeline to create the
Xml
on EDI Format. However this solution creates the EDIs when they don´t
have
any error.
Do you know how to create a copy of the original format of EDI?
Thanks in advance
Pablo