Hi,
   when i'm converting wsdl to java i'm not getting
array type for the element "VehicleOccupantDetails" in
VehicleOccupants class. What could be the reason?
My WSDL style is document-literal.I'm using Axis 1.3.0

wsdl extraction:

<xs:element minOccurs="0" name="VehicleOccupants">
<xs:complexType>                                                <xs:sequence
maxOccurs="unbounded">                          <xs:element minOccurs="0"
name="VehicleOccupantDetails">  <xs:complexType>                                
                
<xs:sequence>                                                   <xs:element 
minOccurs="0"
name="Person" type="ns1:PersonType"/>
                <xs:element minOccurs="0" name="SeatingPosition"
type="ns1:string2"/>
                </xs:sequence>                                          
</xs:complexType>                                       
</xs:element>
       </xs:sequence>
</xs:complexType>
</xs:element>



        

        
                
____________________________________________________ 
Do you Yahoo!? 
Yahoo! Photos: Now with unlimited storage 
http://au.photos.yahoo.com

Reply via email to