Where to find the wsgen tool?
Asked
Active
Viewed 5,165 times
2 Answers
6
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
- 33,923
- 7
- 70
- 94
1
If you use maven, https://jax-ws-commons.dev.java.net/jaxws-maven-plugin/ is excellent.

jon077
- 10,303
- 11
- 39
- 37