Hi

In the binding element of WSDL, there is SoapAction attribute in the
operation element.

<definitions .... >
    <binding .... >
        <operation .... >
           <soap:operation soapAction="X"/>
        </operation>
    </binding>
</definitions>

Now if a Soap Client  *IN ANY SOAP IMPLEMENTATION* is written using above
WSDL file , then *is it necessary* that Soap request would always contain
the *SoapAction=X*  header.

Or the EXISTENCE of header *SoapAction=X* depends upon the Soap
Implementation used to write the Soap client.

Thanks & Regards,
Naresh Agarwal






_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to