[ http://issues.apache.org/jira/browse/AXIS2C-457?page=comments#action_12457495 ] Samisa Abeysinghe commented on AXIS2C-457: ------------------------------------------
When I use AXIS2_OPTIONS_SET_SOAP_ACTION while SOAP 1.2 is in use, I see SOAP action being sent. In case of SOAP 1.2, no SOAPAction http header is sent, rather SOAP action is sent in the content type header itself. e.g. Content-Type: application/soap+xml;charset=UTF-8;action=http://ws.apache.org/axis2/c/samples/echo/soap_action; Please double check this > Setting SOAP Actions for SOAP v1.2 is not working > ------------------------------------------------- > > Key: AXIS2C-457 > URL: http://issues.apache.org/jira/browse/AXIS2C-457 > Project: Axis2-C > Issue Type: Bug > Reporter: Malinda Kaushalye Kapuruge > Assigned To: Samisa Abeysinghe > Priority: Critical > > I tried to set the SOAP action using AXIS2_OPTIONS_SET_SOAP_ACTION macro. > But this didn't work for the default SOAP version, SOAP1.2. > It worked fine after I call AXIS2_OPTIONS_SET_SOAP_VERSION(options, env, > AXIOM_SOAP11); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
