Have you looked at receive pipeline debatching? This is the Microsoft-blessed way to debatch in BizTalk. For simple cases, you could use a messaging only solution that debatches in a receive pipeline in a receive port (much more efficient than an orchestration). For more comples cases, you can call a receive pipeline from an orchestration (http://geekswithblogs.net/sthomas/archive/2005/06/16/44023.aspx). If you really need to use XPath debatching you can use the xpath function (http://geekswithblogs.net/sthomas/archive/2004/10/25/13269.aspx). Maybe use an indexed XPath statement within a loop to extract the individual records.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.