Hi,is it possible not to generate java types from WSDL with WSDLToJava? The point is, i am manually annotating my domain classes with JAXB stuff and i have also JPA annotations in there. When i call WSDLToJava, i want that it generates all the needed stub code and client code and stuff but not the types because overwriting my domain classes would result in losing my JPA annotations.
Any ideas? Thanks. -- Marc Logemann blog http://logemannreloaded.blogspot.com privat http://www.logemann.org
