cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SOAP Proxy call to ECC

manemahesh
Participant
0 Kudos

Hi Team,

I have synchronous scenario of SOAP to SOAP proxy(XI3.0 msg protocol).

So i am triggering the data from RWB test tab to ECC and i am getting below error in SOAP proxy channel.

Error:-

Error during parsing the received XMB message. SOAP: Call failed: com.sap.aii.af.sdk.xi.srt.BubbleException: <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Header> </SOAP:Header> <SOAP:Body> <SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>SOAP:Client</faultcode><faultstring>Empty HTTP request received</faultstring><faultactor>http://sap.com/xi/XI/Message/30</faultactor><detail><SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30"><SAP:Category>XIProtocol</SAP:Category><SAP:Code area="MESSAGE">EMPTY_HTTP_REQUEST_RECEIVED</SAP:Code><SAP:P1/><SAP:P2/><SAP:P3/><SAP:P4/><SAP:AdditionalText/><SAP:Stack>Empty HTTP query received; message processing not possible </SAP:Stack></SAP:Error></detail></SOAP:Fault> </SOAP:Body> </SOAP:Envelope> [null "null"]

When i ping the receiver SOAP proxy channel which is being used for all the other existing interfaces is working fine.

But when i am triggering the data from RWB test tab for this interface then it giving above error.

Please help what could be the issue.

Regards

Mahesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Muniyappan
Active Contributor
0 Kudos

is your proxy has been implemented? are you able to test the proxy in sproxy?

manemahesh
Participant
0 Kudos

Hi Sugata,

Yes i checked and payload i am sending is correct. Basically it is failing for all the other interfaces as well which are pointing to ECC via SOAP Proxy.

Regards

Mahesh

sugata_bagchi2
Active Contributor
0 Kudos

did you check if you are sending correct payload?