I have a problem with wsimport . In one of my wsdl, which should be wsimport ed, I have a complexType named "objectFactory" . Is it possible to specify the wsimport command to create another class when importing to support JAXB connections, for example, ObjectFactory.java . In other words, can I say wsimport instead of creating ObjectFactory.java some custom class like MyCustomFactory.java ?
Can I customize the mapping so that complexType name="objectFactory" displays an object with a different name, for example MyObjectFactory.java ?
thanks
zmeda source share