Hello Bizltalkers!!
I know that post is quite old… but I’m facing some similar problem using Biztalk 2006 (newbie guy!).
Using (as an example) the XML previouslly posted, I should loop inside it in order to choose the destination system (webservice, Oracle, SQL, all kind of systems you could imagine!). So, I got something like this:
<Orders>
<Order>
<Type>1</Type>
</Order>
(…)
<Order>
<Type>6</Type>
</Order>
</Orders>
So for example…. when I got the Type 1 it goes to Oracle, 6 goes to WebService.
How can I accomplish that using Orchestration?
Nice week for all of you!! And many many tks!