[
https://issues.apache.org/jira/browse/CXF-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-4447.
------------------------------
Resolution: Fixed
> javascript client outputting invalid and wrong soapaction
> ---------------------------------------------------------
>
> Key: CXF-4447
> URL: https://issues.apache.org/jira/browse/CXF-4447
> Project: CXF
> Issue Type: Bug
> Components: JavaScript Client
> Affects Versions: 2.6.1
> Reporter: Daniel Kulp
> Assignee: Daniel Kulp
> Fix For: 2.4.9, 2.5.5, 2.6.2
>
>
> The javascript client is always calling setRequestHeader("SOAPAction", ...)
> twice. This results in an action of one of:
> SOAPAction: ,
> (in the case of no action set in the wsdl)
> or
> SOAPAction: MyAction,
> (in the case where there is a setting of "MyAction")
> Neither of which are correct. It should be either:
> SOAPAction: ""
> or
> SOAPAction: "MyAction"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira