No wsdl elements generated for Exception.class
----------------------------------------------
Key: CXF-3364
URL: https://issues.apache.org/jira/browse/CXF-3364
Project: CXF
Issue Type: Bug
Components: Tooling
Reporter: jimma
Fix For: 2.4, 2.3.4
There is no wsdl element generated for Exception class:
@WebService(name = "CalculatorService", targetNamespace =
"http://cxf.apache.org/calculator")
public class Caculator {
@WebMethod(operationName = "addNumber")
public Integer addNumber(@WebParam(name = "itemA") Integer itemA,
@WebParam(name = "ItemB") Integer itemB)
throws java.lang.Exception {
return itemA + itemB;
}
}
The schema element, wsdl part , fault and soap fault elements are expected.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira