Hi Kaushalye,
probably the issue I'm talking about is different than AXIS2C-124. I
tested again the soap client and here are the results:
With:
No axis2_options_set_soap_version call or
axis2_options_set_soap_version(axOptions, axEnv, AXIOM_SOAP_11)
I get:
content-type: application/soap+xml;charset=UTF-8;action="helloAction";
With:
axis2_options_set_soap_version(axOptions, axEnv, AXIOM_SOAP_12)
I get:
content-type: text/xml;charset=UTF-8
soapaction: "helloAction"
No special option is written in axis2.xml.
MTOM and REST default options have been commented out from axis2.xml.
I raised this issue in JIRA (AXIS2C-639).
BTW, I'm not sure the trailing ; at the end of first content-type is
correct or should be removed.
Cheers,
Stefano
Kaushalye Kapuruge wrote:
To add to my previous mail,
We had this issue some time back and it's fixed from Axis2/C version
0.91. (See JIRA[1]).
If you see this again please raise the issue in JIRA. But I tried this
with Axis2/C 1.0 and works fine for me.
Cheers,
Kaushalye
[1] http://issues.apache.org/jira/browse/AXIS2C-124
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]