Hi Stefano, See my comments below ..
On 7/11/07, Stefano Pettini <[EMAIL PROTECTED]> wrote:
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)
The correct constant to set soap version 1.1 is AXIOM_SOAP11. Please have a look at axiom_soap_const.h.
I get: content-type: application/soap+xml;charset=UTF-8;action="helloAction"; With: axis2_options_set_soap_version(axOptions, axEnv, AXIOM_SOAP_12)
Again correct constant is AXIOM_SOAP12. Thanks -sahan
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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
