cancel
Showing results for 
Search instead for 
Did you mean: 

soap fault: No such operation

Former Member
0 Kudos

Hi folks,

I have the following scenario:

RFC --> WS

the WS works, I tried it with XML Spy and WSDL generated by the Webservice.

but whenever I try to call the Webservice over XI I get the ERROR Message "soap fault: No such operation 'INPUT' from the Webservice.

I have no idea why, because the wsdl is generated by the webservice but it seems I call the false message or the message doesn't exist.

But why?

Forward Thanks for all hints.

Regards Johann

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

This is because the SOAP action in our recievr SOAP adapter is incorrect > Please check the same.

Regards

Bhavesh

Former Member
0 Kudos

Hi Bhavesh,

it isn't any soap action generated by the webservice therfore I haven't one in the SOAP adapter.

What can I do to solve the problem.

THX Regards Johann

Former Member
0 Kudos

johann,

One WSDL can have multiple actions/functions/services in it. So, where are you specifying which action/function in that WSDL you are calling?

--Archana

Former Member
0 Kudos

Hi Archana ,

which action is called is defined at the message interface by input message and output message.

Regards Johann

Former Member
0 Kudos

or is it an mistake to assume that I need no soap action in the soap adapter?