I've ready it's included with J2SE 1.6, but
Ant still can't find the proper class. The only place I can find for
downloads gives me a jar file with a single class in it (Main.class).
I'm trying to run the <wsimport> task in ANT (within Eclipse), using the following taskdef:
Obviously, the necessary Jax-ws libs are not in the classpath. If they're included with J2SE 1.6, where can I find them?
thanks!