Hi,
We use the JAVA2WSDL task to create A WSDL file for a webservice in Axis.
Then we use WSDL2Java to create skel, stub and imp interfaces for client generation.
In the second step it also regenerates the
java file and messes up a lil. Is there a way in which I can tell it to not generate a java file, but to only create client stub and skeleton.
Thanks