[
http://issues.apache.org/jira/browse/AXISCPP-778?page=comments#action_12317607
]
Mark Whitlock commented on AXISCPP-778:
---------------------------------------
Here's a snippet of my schema that I was using
<xsd:complexType name="MyType">
<xsd:sequence>
<xsd:any/>
<element name="IntType" type="xsd:int"/>
<xsd:any/>
</xsd:sequence>
</xsd:complexType>
I think this should fail in the way I describe. There were other related
problems in this area that I need to raise separate JIRAs for.
> WSDL2Ws generates bad code with multiple xsd:any's in a complex type
> --------------------------------------------------------------------
>
> Key: AXISCPP-778
> URL: http://issues.apache.org/jira/browse/AXISCPP-778
> Project: Axis-C++
> Type: Bug
> Components: WSDL processing - Doc
> Reporter: Mark Whitlock
>
> I had a wsdl that has a complex type that contained a sequence of xsd:any,
> xsd:int and another xsd:any. The class that WSDL2Ws generated contained two
> AnyType's both with a field name of any and no int. Firstly the int was
> missing. Secondly the generated class would not compile since the two fields
> had the same name.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira