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:operationsoapAction="urn:sap-com:document:sap:soap:functions:mc-style:Webservice:Method" style="document" />.
The new method which i added just looks like:
<wsoap12:operationstyle="document" />.
But how can I define the soapAction. I did not find any available settings on soamanager or se80.
Thanks for helping me!