views:

230

answers:

2

Where to find the wsgen tool?

+2  A: 

If you mean the wsgen tool used to generate Java stubs from a WSDL file, it is included with JDK6 and located in the bin folder.

jarnbjo
A: 

If you use maven, https://jax-ws-commons.dev.java.net/jaxws-maven-plugin/ is excellent.

jon077