[
https://issues.apache.org/jira/browse/CXF-2988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jay Blanton updated CXF-2988:
-----------------------------
Attachment: sample-model-impl.zip
This project is a zip file of two maven projects because this zip file is used
in another JIRA issue that I will be opening up.
There is a model project and a service project.
In the service project is a SEI that has the fields in question.
> 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
> Attachments: sample-model-impl.zip
>
>
> 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.