An option to specify the soapAction of an operation in the services.xml
-----------------------------------------------------------------------
Key: AXIS2-480
URL: http://issues.apache.org/jira/browse/AXIS2-480
Project: Apache Axis 2.0 (Axis2)
Type: New Feature
Components: deployment
Versions: 0.95
Reporter: Ruchith Udayanga Fernando
Assigned to: Deepal Jayasinghe
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>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|