Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Orchestration XPath Debatching error › Orchestration XPath Debatching error
I was trying the sample provided on biztalkgurs.com for XPath Debatching I have used the following xml file as input.
[color=darkblue:3b9b7ad349]<SomeRoot>
<Body>
<anything>A</anything>
</Body>
<Body>
<anything>B</anything></Body>
<Body>
<anything>C</anything>
</Body>
</SomeRoot>[/color:3b9b7ad349]
But i doesn’t get any output.
The error in event viewer is:
[color=brown:3b9b7ad349]There was a failure executing the send pipeline: \”Microsoft.BizTalk.DefaultPipelines.XMLTransmit\” Source: \”XML assembler\” Send Port: \”C:\\BizTalk Sample\\SampleDebatching\\Out\\Output%MessageID%.xml\” Reason: This Assembler cannot retrieve document specification by using this type: \”Body\”. [/color:3b9b7ad349]
regards,