[
https://issues.apache.org/jira/browse/AXIS2C-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jamie Lyon updated AXIS2C-657:
------------------------------
Description:
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>
was:
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_set method.
<element name="GetResourceProperty">
<complexType>
<sequence>
<element name="qname" type="xsd:QName"/>
</sequence>
</complexType>
</element>
Should be duplicated qname_get, not qname_set
> 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
>
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]