Following definition of complex type is
correctly handled by the tool. <element name="intItem"
type="int" /> <complexType
name="intArrayType"> <sequence> <element
ref="s:intItem" minOccurs="0"
maxOccurs="unbounded" /> </sequence> </complexType> Here, intItem is an array of integers. The
generated code for this type is attached with this mail. Regards, Dushshantha From: Hi Dushshantha, What is the difference with
this array type and the other array types that we are capable of handling? Thanks, Samisa… -----Original Message----- Hi All, Wsdl2ws tool for Axis C++ is failing
to generate classes for complex types defined as follows in the wsdl file. <xs:complexType
name="cTypeArray">
<xs:complexContent>
<xs:restriction base="soapenc:Array">
<xs:attribute ref="soapenc:arrayType"
wsdl:arrayType="test:cType[]"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType> I found two jira issues (
AXISCPP-333 and AXISCPP-661 ) related to this. Do we handle this ?? Regards, Marcus Associate Software Engineer Virtusa (Pvt) Ltd. Mob: 0714867441 |
intArrayType.cpp
Description: intArrayType.cpp
intArrayType.hpp
Description: intArrayType.hpp