Empty wsa:action header when the wsam:Action="" in wsdl input
--------------------------------------------------------------
Key: CXF-2842
URL: https://issues.apache.org/jira/browse/CXF-2842
Project: CXF
Issue Type: Bug
Components: WS-* Components
Reporter: jimma
Assignee: jimma
Fix For: 2.2.10
When the wsam:action is an empty string , the MAPAggregator does not generate
the wsa:action header which is required :
<operation name="addNumbers4">
<input message="tns:addNumbers4" wsam:Action=""/>
<output message="tns:addNumbersResponse4" wsam:Action=""/>
<fault name="add4Fault" message="tns:addNumbers4Fault"
wsam:Action=""/>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.