Hi All!
In a scenario where we have an unbounded message, coming into the orchestration, we break the message using xpath query, and for every broken part we call an outside component inside a loop, which returns us the result.
The response message would also be an unbounded one, like the request message, For every returned result from component we build one instance of the repeating node in the response message. But there seems to be no easy way of doing this assignment to that repeating part and then finally when the loop is over, assign all those repeating nodes to the final response message that we return to the caller of the orchestration.
I've seen one or two examples where they use a pipeline to do this, really cant understand that. Is there an easy way of doing what I am trying to do?, if so please tell or redirect me.
Regards,
Sajid.