Hi Experts,
My Scenario is every 15 mintues i need to poll one table and get data from oracle table and update in SAP.
My Design is JDBC to Proxy
My JDBC Structure is :
My Sender Structure
<?xml version="1.0" encoding="UTF-8"?>
<ns0:MT_Ret xmlns:ns0="urn:sam.com:Result_Tl">
<row>
<TRANS_ID></TRANS_ID>
<DATE></DATE>
<DESTINATION_ID></DESTINATION_ID>
</row>
</ns0:MT_Ret>
Iam Getting data from Oracle.I got the payload from XI and tested in MM but target side value is getting supressed.When iam sending data to SAP also I have the same structure.I am not able to find actual issue.Please hel me in this regard
Thanks,
Dinesh