I exposed a Web service written with Java. My Schema has Complex Types objects.
Everything is fine. When generate Client stubs with WSIMPORT command I noticed
here are static inner classes in the generated client stubs . To avoid
generating inner classes tried with
JAXB, XJC -> create multiple class files
But getting an error A class/interface with the same name
"com.webservices.EducationDetails" is already in use. Use a class customization to resolve this
conflict. But I could not find a way to resolve names in WSIMPORT.
Questions
Generating Static Inner classes in WSIMPORT for ComplexType in XSD is default behavior?
Is there a way to avoid generating static inner classes in Web service Client Stubs