cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Response

former_member200339
Participant
0 Kudos


Dear All,

I have developed a proxy to soap synchronous scenario. While sending data from proxy, I am getting the following response

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!--  XML Validation Outbound Channel Response

  -->

  <SAP:Manifest wsu:Id="wsuid-manifest-5CABE13F5C59AB7FE10000000A1551F7" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" />

Both the abap  (sxi_monitor) and java (RWB) are showing message successfully delivered. But the response as shown above does not have any success or error response from the target end.

Any suggestion?

Thanks and Regards,

Rana Brata De

Accepted Solutions (0)

Answers (3)

Answers (3)

manigram
Active Participant
0 Kudos

Hi ,

Is this is the synchronous scenario?

Regards,

Manigandan

Former Member
0 Kudos

Hello Rana,

do the other monitors show any response message?

Regards,

Jörg

Former Member
0 Kudos

Hi Ranada

Test the web service from SOAP UI with the same data as you are sending from PI.See whether it returns proper response or not.