Hi,
I would like to debatch an xml message which contains an unbounded amount of say employee records.
I have tried using a custom pipeline, but for every outputed employee record message a new orchestration is instantiated. This can be verified in HAT.
But I dont want this behavior. I would like the same orchestration to handle each outputted message one at a time using a loop. The loop only succeeds in the getting the next record. At the end of the orchestration I call another orcherstraion.
I would like to avoid using xpath due to performance issues for debatching.
Please leave a comment even if you think it is not possible to debatch without using xpath in the fashion I need.
thnks,
Mr.Stuck