cancel
Showing results for 
Search instead for 
Did you mean: 

not getting soap to rest response

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

dilipkkp2412
Contributor
0 Kudos

Hi Ravi,

  • USE XPI_Inspector for Receiver REST channel to get more error logs.
  • We need to know, what went wrong during REST data processing from PI end.
  • Which payload you got in monitoring ? I think must be REST-Request ready to be sent to REST-Channel....is it ?

thanks & regards

Dilip