You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Dimuthu Gamage (JIRA)" <ji...@apache.org> on 2007/12/06 20:12:43 UTC

[jira] Resolved: (AXIS2C-657) WSDL will not convert if it contains a qname element

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

Dimuthu Gamage resolved AXIS2C-657.
-----------------------------------

    Resolution: Fixed

This issue is no longer exist, The fix was to remove the common function adb_|element_name|_get_qname (Earlier this function was generating for every schema element)

> WSDL will not convert if it contains a qname element
> ----------------------------------------------------
>
>                 Key: AXIS2C-657
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-657
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation, wsdl2c tool
>    Affects Versions: Current (Nightly)
>            Reporter: Jamie Lyon
>            Assignee: Samisa Abeysinghe
>         Attachments: DataService.wsdl, patchheader.diff, patchsource.diff
>
>
> If the WSDL contains a qname element, such as in the following snippet, then the wsdl will fail to compile, due to a duplicated qname_get method.
> <element name="GetResourceProperty">
>     <complexType>
>      <sequence>
>       <element name="qname" type="xsd:QName"/>
>      </sequence>
>     </complexType>
>    </element>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org