Hi All,
I need to update multiple records in JDBC. I have created the message type and corresponding payload is given below. For single record, it is working fine but when i try to send multiple records, I am getting error that primary key violation. Please suggest how to achieve updating multiple records.
<?xml version="1.0" encoding="UTF-8" ?>
-<ns1:MT_PO_Closure_Response xmlns:ns1="http://PO_Closure_IB">
-<ControlRecord>
-<dbTableName action="UPDATE">
</ControlRecord>
</ns1:MT_PO_Closure_Response>
Thanks