WSDL code generation issue

2002-09-23 Thread Harish Prabandham
When generating code for anonymous nested simpleTypes within a complexType in a schema definition, I noticed that WSDL2Java generates .java, Type0.java so on. For example, If there is a complexType with name foo and another complex type with bar both these complex types declare an anonymous s

Re: WSDL code generation issue

2002-09-23 Thread Harish Prabandham
I am attaching a modified AddressBook.wsdl that demonstrates the issue that I mentioned below. When I run wsdl2java on this wsdl file, I get the following exception: java.io.IOException: Duplicate file name: AddressFetcher2/PhoneNumber.java. Hint: you may have mapped two namespaces with eleme