Hello Anoop,
In your WSDL file you had basically only two user defined complex types
1. NameValue and
2. QueryColumn
Rest 4 type you defined in WSDL are either array of these user defined
types or of simple types
1. StringArray - array of string
2. QueryArray - array of QueryColumn
3. Row - arra
Title: RE: WSDL2Java question
Hi Mischa
I have successfully created java classes using WSDL2Java tool for a document/literal wsdl file. By default, WSDL2Java generates "Wrapped" version of doc/lit but if u use '-W' option with it, it will generate doc/lit implementaion o