JAXWS2.2: Compute wsam:action value for SEI method annotated with empty
@FaultAction(className=AddNumbersException.class, value=""))
------------------------------------------------------------------------------------------------------------------------------------
Key: CXF-2831
URL: https://issues.apache.org/jira/browse/CXF-2831
Project: CXF
Issue Type: Task
Components: Tooling, WS-* Components
Affects Versions: 2.2.8
Reporter: jimma
Assignee: jimma
Generated correct waam:Action value in wsdl :
<wsdl:fault name="AddNumbersException" message="tns:AddNumbersException"
wsam:Action="http://fortest.tools.cxf.apache.org/AddNumbersImpl/addNumbers3/Fault/AddNumbersException">
for SEI method :
@Action(input = "http://cxf.apache.org/input3", output =
"http://cxf.apache.org/output3",
fault = {...@faultaction(className = AddNumbersException.class,
value = "") })
public int addNumbers3(int number1, int number2) throws AddNumbersException
{
return execute(number1, number2);
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.