You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2007/02/12 03:50:05 UTC

[jira] Assigned: (CXF-356) CodeGen Bug related to WebParam Annotation in a wrapped doc-lit style wsdl

     [ https://issues.apache.org/jira/browse/CXF-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned CXF-356:
--------------------------------

    Assignee: Freeman Fang

> 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.