You can do this with a JAXB binding file. I think on the schemaBinding element, you add a map="false" attribute or something like that to tell it to not map that schema to files.
Dan On Tuesday 12 August 2008 6:45:25 am Marc Logemann wrote: > 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 -- Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog
