cancel
Showing results for 
Search instead for 
Did you mean: 

Missing soapAction Header for method in wsdl

Former Member
0 Kudos

Hi guys,

i'm new to sap webservices and i have the following problem. I added a new method to an existing webservice (SE80->Enterprise Services->Service Provider). After adding the include i added a new operation at the "Internal View". Next step was downloading the wsdl via soamanager. After analyzing the wsdl (got an error on soapUI) i recognized that the new method has no soapAction defined. An existing method looks like:

<wsoap12:operation soapAction="urn:sap-com:document:sap:soap:functions:mc-style:Webservice:Method" style="document" />.

The new method which i added just looks like:

<wsoap12:operation style="document" />.


But how can I define the soapAction. I did not find any available settings on soamanager or se80.


Thanks for helping me!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Solution here:

Answers (0)