Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Problem regarding xml debatching › Re: Problem regarding xml debatching
March 15, 2009 at 2:45 PM
#21919
Looks like there is a problwm with your Xpath statement in your orchestration. Can you show us the Xpath statement and the schema
There are many ways of debatching, the most efficient is in the receive pipeline – this requires an envelope.
However there are some cases where you cannot debatch in the pipeline and you need to debatch inside the orchestration. The most common way of doing this is a looping xpath – this does not require an envelope.
Can you provide an overview of your solution and why you are debatching in the orchestration instead of the pipeline?