cxf-codegen-plugin wrong method signature generation
----------------------------------------------------
Key: CXF-3792
URL: https://issues.apache.org/jira/browse/CXF-3792
Project: CXF
Issue Type: Bug
Components: Tooling
Affects Versions: 2.3.5
Reporter: Alessandro Riva
Starting from 2.3.5 version, there is an error in the generated signature for
the attached example
(Expected result should be:
public interface TestServicePortType {
@WebResult(name = "executionDoneResponse", targetNamespace =
"http://webservices/testService/", partName = "parameters")
@WebMethod(action = "http://webservices/testService/executionDone")
public ExecutionDoneResponse executionDone(
@WebParam(partName = "parameters", name = "executionDone",
targetNamespace = "http://webservices/testService/")
ExecutionDone parameters
) throws webservices.user.XmlinvalidUserCredentialFaultMessage;
}
)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira