Where to find the wsgen tool?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||
|
|
|
If you use maven, https://jax-ws-commons.dev.java.net/jaxws-maven-plugin/ is excellent. |
|||
|
|