One of our client is Sending a EDI 997 document with a carriage return (hex=0D)
and line feed character (hex=0A) at the 80th and 81st Character position of
records that exceeds 80 character.
It is faling to recoginze the EDI document, we are getting 997 through AS2 recieve service.
Is your partner using standard EDI 997 or custom one?
In order to pass the validation in TN or IS they should send the data correctly with correct qualifiers,delimiters,data length based on the Standard EDIFF Schema.
otherwise you have to manipulate before it reaches TN you have to edit the data with correct position and delimiters and post to TN.
Our partner is going to strip all the carriage return and line feed with Hex Value from the EDI Evelope header. So we dont have to do any thing on our end