Hi.
I'm near to finish a multimapping sample.
I think i've done the BPM ok.
First i have a receiver, then a transformation step, and finally a block with a send step inside.
The receiver put the message into container 'RECEIVER'. Transformation step will convert this message into N message and put then in multiline container 'RECEIVER_LIST'.
The block, takes this 'RECEIVER_LIST' and put each message into container 'RECEIVER_LIST_LINE' and the send step must send this message via FILE adapter. At the end i will have N files in my folder.
My data types are very simple. I think my problem is that i'm making wrong the mapping. How can i do this mapping in order to get one FILE per row of the XML file ?
my source message is like this ...
<?xml version="1.0" encoding="UTF-8"?>
http://sap.com/xi/XI/SplitAndMerge">
<ns:Message1>
http://dga.es/demo_envio_masivo">
<id />
<nombre />
<apellido />
</ns:datos_personales>
http://dga.es/demo_envio_masivo">
<id />
<nombre />
<apellido />
</ns:datos_personales>
</ns:Message1>
</ns:Messages>
is correct?
thanks.