Hi,

It seems that when defining WSDL soapAction, axis2 only supports string
started with 'urn:' such as the example below. If using '
http://quickstart.samples/xsd/2007/01/01/operation' for soapAction, then the
operation won't be located on the server side. Is there any reason for this
behavior?
<wsdl:operation name="operation1">
           <wsdlsoap:operation soapAction="urn:opeartion1"
style="document"/>
...


Thanks a lot.

-Bo

Reply via email to