Skip to Content
0
Former Member
Jul 02, 2009 at 11:35 AM

Problem with message mapping

36 Views

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