cxf-java2ws-plugin - Generating Wrapper Bean does not produce class names based on the WebMethod annotation. ------------------------------------------------------------------------------------------------------------
Key: CXF-2988 URL: https://issues.apache.org/jira/browse/CXF-2988 Project: CXF Issue Type: Bug Components: Tooling Affects Versions: 2.2.10 Environment: Running on Windows 7, with JDK 1.6, in STS Reporter: Jay Blanton I have the following method in my SEI: @WebMethod(operationName = "updateContactPoint") @WebResult(targetNamespace = "http://foo.com/model", name = "contactPoint") ContactPoint update( @WebParam(targetNamespace = "http://foo.com/model", name = "criteria") ContactPoint cp); And when this runs through the code generator, the request wrapper class and the response wrapper class are update and updateResponse instead of updateContactPoint and updateContactPointResponse. http://cxf.547215.n5.nabble.com/Problem-with-java2ws-and-genWrapperbean-not-honoring-operationName-td2834289.html#a2834289 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.