Hi Gurus,
I've got the following scenario:
I need to collect messages of the following structure
<ID>1234567
<ITEM>A</<ITEM>
</ID>
<ID>1234567
<ITEM>B</ITEM>
</ID>
<ID>1234567
<ITEM>C</ITEM>
</ID>
and map it to the structure
<ID>1234567
<ITEM>A</ITEM>
<ITEM>B</ITEM>
<ITEM>C</ITEM>
</ID>
It is simillar to collect all the items that belong to the same PO Number into 1 document. I think i've read an example of this using BPM somewhere in SDN but so far i have no luck in finding it.
Any help will be greatly appreciated.
Thanks.