Provide an option for the dispatch client to automatically set the correct
SOAPAction based on the message payload
------------------------------------------------------------------------------------------------------------------
Key: CXF-3783
URL: https://issues.apache.org/jira/browse/CXF-3783
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Affects Versions: 2.4.2
Reporter: Aki Yoshida
Assignee: Aki Yoshida
Fix For: 2.4.3, 2.5
This issue relates to CXF-2836 and CXF-3755,
A similar problem exists for the soapaction header when the dispatch client is
created with a WSDL file.
Unlike for the WS-Addressing case, it makes less sense to always invoke the
operation determination code implemented in DispatchImpl, as this code is
expensive. So, there should be a configuration property (a request context
property) to determine whether to invoke this code in this case.
The objective is to provide an option for the dispatch client to automatically
set the correct soapaction header when the payload matches one of the
operations given in the WSDL.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira