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
(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
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