Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.95
-
None
Description
Can we have an option to specify the soapAction in the services.xml when defining the operation. Otherwise ?wsdl always generates the soapAction value as the operation name.
Proposed solution:
Allow an optional 'soapAction' attribute in the 'operation' element.
<operation name="Ping" soapAction="http://the.soap.action.uri">
<messageReceiver class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/>
</operation>