cancel
Showing results for 
Search instead for 
Did you mean: 

Error "soap fault: No operation available for request" in proxy to soap Scenario

Former Member
0 Kudos

Hi Experts,

Unable to trace the below error when pushing the message from RWB while testing the PROXY to SOAP interface

  Delivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: No operation available for request {http://schemas.xmlsoap.org/soap/envelope/}Envelope.


Thank you very much if any one provided the solution


Regards,

Yugandhar 

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi, Is this a synchronous scenario. If yes, then probably you are getting this error for the rcvr SOAP adapter. Try to test the wsdl using soap ui as suggested above and see if you are getting same problem, did you also entered action in your soap rcvr channel.

Former Member
0 Kudos

Hi Yugandhar,

Check the below thread,

Regards

RK N.

Former Member
0 Kudos

Hi,

Try increasing the Trace level and then see the error message.

Muniyappan
Active Contributor
0 Kudos


Hi,

take the pi request and test it from soap UI. and see if you get any results.

check with receiver system what is the operation name and use that in receive channel for soap action.

you can find this in the wsdl shared by webservice team.