Re: Need to ignore Trailing characters.

Home Page Forums BizTalk 2004 – BizTalk 2010 Need to ignore Trailing characters. Re: Need to ignore Trailing characters.

#16974

Hi Stephen,

I did try that property, but the same errors are being thrown. In the scenario, I use Envelope Schema, and an Inner Schema. I also am using the Recoverable interchange processing property. But the error still persists. It tells after the last line. Unexpected data found while looking for '00' where 00 is the tag identifier of the Inner schema Record.

Input format is something like:

Order1(CR+LF)

Order2(CR+LF)

….

OrderN(CR+LF)

 

I have an Envelope Schema – Infix , Hex 0x0d 0x0a

              Order Schema – Postfix , hex 0x0d 0x0a   

I need to de-batch the input. So Order Schema  (min occurs – 1, Max occurs -1)

Envelope Schema Imports the Order Schema – (make Order Schema max occurs – unbounded)

 

 

Thanks

AH