cancel
Showing results for 
Search instead for 
Did you mean: 

What does SOAP action do?

Former Member
0 Kudos

Hi All,

From hep.sap, i have got a very few knoweldge abt SOAP Action. i.e.,"Specify the SOAP action. The action species the value for the SOAPAction in Web service messages.".

Can any one elaborate SOAP Action purpose, since we are calling Webservice through SOAP URL.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

rohit_goel
Participant
0 Kudos

Hi ,

it is like a function that web service can perform.

you find the SOAP action from WSDL file at tag soap:operation:

If more than one message type is described in the WSDL, several SOAP actions might also be defined. Check for the correct operation name. If no SOAP action is defined in the WSDL, you can leave the parameter in the receiver channel empty.

Regards,

Rohit

pls reward points if found useful...

prateek
Active Contributor
0 Kudos

SOAP action is not a mandatory field. It can be treated as any function that the webservice can perform. Now SOAP url can also call this action directly. In case the SOAP url does not include the action to be performed, this action has to be mentioned

Also c this

/people/thomas.jung3/blog/2005/06/05/web-services-the-case-of-the-missing-soap-action-header

Regards,

Prateek