users@jax-rpc.java.net

Re: Using ant task wscompile

From: Bobby Bissett - Javasoft <Robert.Bissett_at_Sun.COM>
Date: Tue, 07 Mar 2006 10:14:15 -0500

> I am trying to generate stubs from the WSDL using the ant task
> wscompile. However it just throws a ClassDefNotFound exception
> saying that it cannot find JAXRPCException which when I check
> jars is in jaxrpc-api.jar which I have in my classpath. Any
> suggestions would be appreciated.

The only thing that comes to mind is to use the -verbose or -debug flag
when invoking ant to make sure that the jar file is really in the classpath.

Cheers,
Bobby