Skipping xjc in wsdl2java

2008-01-31 Thread Cybexion
jaxb stuff, but just the wsdl interface classes and reuse the jaxb classes from the repository. Is this possible? Thanks and regards Cybexion -- View this message in context: http://www.nabble.com/Skipping-xjc-in-wsdl2java-tp15200075p15200075.html Sent from the cxf-user mailing list archive at

Re: Skipping xjc in wsdl2java

2008-01-31 Thread Daniel Kulp
I think the only option is the "-nexclude namespace" option to have it not generate code for stuff in a specific namespace. Dan On Thursday 31 January 2008, Cybexion wrote: > Hi, > > I would like to reuse my xsd generated classes in different projects. > Therefore I would like to have a sta