My input message is
xmlns:ns0="http://xyz">
<ScheduleData>
<line>test1</line>
</ScheduleData>
<ScheduleData>
<line>test2</line>
</ScheduleData>
</ns0:Receive_Schedules_Notification>
I want the target message like this:
xmlns:ns0="http:/xyz">
<ScheduleData>
<line>test1</line>
<line>test2</line>
</ScheduleData>
</ns0:Receive_Schedules_Notification>
How can I achive this in message mapping? Please help!
Thanks
Gopal
Edited by: GOPAL BALIGA on Jul 2, 2009 1:35 PM