getSOAPAction() Value of wsdl:binding/wsdl:operation/soap:operation@soapAction attribute or
WebMethod.action annotation.
For example:
<wsdl:binding name="HelloBinding" type="tns:Hello">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="echoData">
<soap12:operation soapAction=""/>
...
It's always non-null. |