I have a wsdl in which one of my input params to the webservice is defined as a 'complexType' (a schema is attached with the wsdl.) (the message part 'arg' is of type ''shiporder")
When I run my wsdl2Java against the WSDL URL, it does successfully generate the java classes. It has also generated a Shiporder java object for me. But even though the schema tells that "a shiporder may contains 'unbounded' number of 'item's ", the wsdl2Java generated Shiporder class has only one 'Item' object. Is this a wsdl2java bug? or am I missing something? Im attaching the wsdl, and the shiporder java object for ur reference. thanks Naveen
Shiporder.java
Description: Binary data
service.wsdl
Description: Binary data
