Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
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>