Hi there
I'm working with BizTalk-Server 2004 and I have the following Problem:
I get an Input-xml-File representing a "Delivery Note". This xml-File can contain several "order_references". Now I would like to split this Input-xml-File in as many Output-xml-Files as there are "order_references" contained. Each Output-File has to include the "Delivery Note"-Header-Information.
I tried Envelope-Debatching, but here but here I could not include the Header-Information.
I tried Orchestration-Debatching with a xslt-File in the Mapping. Do I still need a Loop-Element in this case?
Can anybody give me a hint?
Thanks Reto
So lets take a look at a sample Input-File:
Input-File:
Have you solved this issue? Have you tried splitter pattern ?
Hello
Have you solved this?I have managed to solve a similar problem using an XPATH loop to debatch the first message into several messages. I will gladly help out if this is still needed.
I have got the same problem. It would be highly appreciated if you could send a sample example or more information.
Hi,
Check out the following sample from BizTalkGurus on how to do debatching:
http://www.biztalkgurus.com/media/p/15518.aspx
Daniel.
"Google skills are more important than your coding skills."