Home Page › Forums › BizTalk 2004 – BizTalk 2010 › How to generate separate ST and SE segments for each record in the request? › Re: How to generate separate ST and SE segments for each record in the request?
March 10, 2010 at 2:31 PM
#24358
Hi,
Have you considered debatching the message coming from SQL using an Envelope schema, and mapping each resulting individual message to your 820 schema? After that, you can configure your EDI party to send a a batched EDI interchange, and here’s an MSDN article showing you how to do that:
http://msdn.microsoft.com/en-us/library/bb728051(BTS.10).aspx
Hope this helps,
Daniel