Hi.
I'm currently experiencing troubles trying to generate code for wsdl with
the following definition:
<xs:attribute name="Id" type="xs:ID"/>
...
<xsd:complexType name="BaseEntity">
<xsd:sequence>
<xsd:element minOccurs="0" name="Id" type="xsd:int"/>
</xsd:sequence>
<xsd:attribute ref="ser:Id"/>
<xsd:attribute ref="ser:Ref"/>
</xsd:complexType>
It contains an attribute and an element with equal names, and axis
generates two property with equal names.
Is there a way to resolve this?
Thanks, Oleg.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]