Re: Java classes generated by WSDL2Java

2002-05-13 Thread Reddy
Hi all I had the same problem, along with these two additional ones 1) The object I ma using is a complex object and one variable in the complex object is an object itself, which has 12 Boolean fields, the wsdl type mapping is missing all 12 elements from the wsdl:type definition. 2) The schema fo

Re: Java classes generated by WSDL2Java

2002-05-13 Thread Bob Cotton
> "Naresh" == Naresh Bhatia <[EMAIL PROTECTED]> writes: Naresh> I have some questions regarding the Java classes generated Naresh> by WSDL2Java. My assumption is that WSDL2Java was written Naresh> primarily to create a Web Service client. However it is Naresh> making the maint