Hello Experts,
Good Morning...
This is the interface which i am working currently i.e, SOAP to REST scenario PI 7.4
SOAP-REST Original details as per postman-
Request-
{
"waybill": "**********",
"cancellation": "true"
}
------------------------------------------------------
Response-
<? xml version="1.0" encoding="utf-8"?>
<root>
<status>True</status>
<waybill>************</waybill>
<remark>Shipment has been cancelled.</remark>
<order_id>12345686</order_id>
</root>
----------------------------------------------------------
My Development in ESR-



Please suggest me if any jar file for message exception for this scenario.
if any file please share the JAR file for this.