Stefano Pettini wrote:
Hi all again,

multithreading issue is still open, but now I'm looking at http headers sent by the client. If I don't specify a SOAP version, the clients sends content-type: application/soap+xml;charset=UTF-8;action=helloAction, while if I set SOAP version 1.2, using axis2_options_set_soap_version(axOptions, axEnv, AXIOM_SOAP_12), the client sends content-type: text/xml;charset=UTF-8 and a separate soapaction.

Do you confirm this behavior is intended and standard?
Nop. If the SOAP version is 1.2, then there is NO sperate SOAP action. Instead you should see something like follows in your headers. ...charset="UTF-8";action="http://xmlsoap.org/your/action"Host: your.host...
Cheers,
Kaushalye

Thanks.
Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to