Hi Amit & Harish,
Thanks for your reply.
Now i got it, but the issue is still my message is failing with mapping exception if i do end to end teat.
If i test in message mapping, its processing successfully.
Below is the source message which i am getting.
<?xml version="1.0" encoding="UTF-8" ?>
<row>
<one>1</one>
<two>2</two>
</row>
</MT_JDBC_Sender>
In mapping test tab, if i am coping from <ns0:MT_JDBC_Sender xmlns:ns0="namespace"> between messages/message1 its processing successfully. If i am copying from <?xml version="1.0" encoding="UTF-8" ?> it wil fail obviously.
How PI runtime will act, if it is taking from <ns0:MT_JDBC_Sender xmlns:ns0="namespace"> why its failing, if not do i need to do any configurations. and this is JDBC to seeburger flow.
Thank you.