Hi together,

my application WSDL contains data types like this one:

<xsd:element name="ClaimMultipleElementsResult" type="tns:ClaimMultipleElementsResultType"/>
           <xsd:complexType name="ClaimMultipleElementsResultType">
               <xsd:sequence maxOccurs="unbounded" minOccurs="0">
<xsd:element name="Element" type="xsd:hexBinary" maxOccurs="1" minOccurs="1"/> <xsd:element name="ElementId" type="xsd:int" maxOccurs="1" minOccurs="1"/>
               </xsd:sequence>
           </xsd:complexType>

This means, the ClaimMultipleElementsResultType can contain zero or more
pairs of Element / ElementId.

However, the stub class ClaimMultipleElementsResultType created by WSDL2Java provides only access for *one* pair of Element / ElementId. I would have expected an iterator or access by an index in order to set/readout multiple pairs of Element / ElementId.

Do I missunderstand something or am I doing something wrong? Or is this not
implemented by Axis2.

Thanks in advance for any feedback and best regards,
-Rainer



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to