My question involves a XML schema that has been given to me. It contains 
element descriptions of the form
   <xsd:element name = "SomeName">
        <xsd:complexType>
                <xsd:sequence minOccurs="0" maxOccurs="100000">
                      <xsd:element name="elementName" 
type="tns:SomePredefinedSimpleType"> <!-- tns = targetNameSpace -->
                </xsd:sequence>
        </xsd:complexType>
   </xsd:element>
Excuse my ignorance but I assume that this schema definition of element 
'SomeName' should somehow deduce to an array of elementName in the appropriate 
generated java classes. 'SomeName' turns out to be just an object. An other 
WSDL tool that I have tested does generate classes like I have mentioned but 
not axis. I was wondering if i need to specify some options on the command line 
or have I not looked at the generated code closely enough. Thanks for any help 
that
one may provide.

Jay Welch
Transcore
192 Technology Parkway
Suite 500
Norcross GA. 30092
Work:(770) 246-6263

Reply via email to