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

Attachment: Shiporder.java
Description: Binary data

Attachment: service.wsdl
Description: Binary data

Reply via email to