[
https://issues.apache.org/jira/browse/CXF-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Freeman Fang resolved CXF-356.
------------------------------
Resolution: Fixed
> CodeGen Bug related to WebParam Annotation in a wrapped doc-lit style wsdl
> --------------------------------------------------------------------------
>
> Key: CXF-356
> URL: https://issues.apache.org/jira/browse/CXF-356
> Project: CXF
> Issue Type: Bug
> Components: Tooling
> Affects Versions: 2.0-RC
> Reporter: Ajay Paibir
> Assigned To: Freeman Fang
> Attachments: locator1.wsdl
>
>
> The code generated for queryEndpoints method is not proper. The generated
> code is
> public
> java.util.List<com.iona.ws._2005._11.locator.types.QueryEndpointsResponse.Endpoint>
> queryEndpoints(
> @WebParam(targetNamespace =
> "http://ws.iona.com/2005/11/locator/types", name = "select")
> com.iona.ws._2005._11.locator.query.QuerySelectType select
> );
> Note: In WebParam Annotation targetNamespace attribute should have a value
> of targetNamespace = "http://ws.iona.com/2005/11/locator/query" instead of
> the one generated.
> The element ref attribute is not being handled properly.
> Attached is the wsdl.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.