Skip to Content
0
Former Member
May 16, 2018 at 06:06 AM

not getting soap to rest response

78 Views Last edit May 16, 2018 at 06:10 AM 2 rev

Hello Experts,

Good Morning...

This is the interface which i am working currently i.e, SOAP to REST scenario PI 7.4

  1. This is the Dynamic request please check in my attachment.
  2. while generating the proxy in ECC i have received request and got call successful but haven't received response.
  3. Got the payload as well in monitoring without any errors but not received the response.

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.

Attachments

1.png (51.0 kB)
2.png (36.2 kB)
3.png (62.6 kB)