WSDL2Java code generation design issue.

2002-09-21 Thread Harish Prabandham
When generating code for anonymous nested simpleTypes or complex types within a complexType, I noticed that WSDL2Java generates .java, elementNameType0.java so on... It just seems that nested classes seems like an obvious solution for this. I was wondering why WSDL2Java does not generate nested c

Re: WSDL code generation issue

2002-09-23 Thread Harish Prabandham
(Parser.java:248) at java.lang.Thread.run(Thread.java:536) WSDL2Java is attempting to create 2 classes within the same namespace (PhoneNumber.java). Harish Harish Prabandham wrote: > When generating code for anonymous nested simpleTypes withi

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