You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Per Steffensen <ps...@trifork.com> on 2005/12/22 14:44:17 UTC

Make wsdl2java not generate java classes for schema types

Hi

I have a wsdl file and a jar file containing alle the generated (by 
wsdl2java) java files matching the schema types in the wsdl.

I want to run wsdl2java on that wsdl file, but I DONT want it to use 
time generate the java files matching the schema types, because I 
already have them. Is there any way to make wsdl2java NOT generate 
schema types java classes, but stille generate all the other stuff that 
it can generate?

Kind regards - Per Steffensen