2

Where to find the wsgen tool?

Jon Seigel
  • 12,251
  • 8
  • 58
  • 92
Java Guy
  • 3,391
  • 14
  • 49
  • 55

2 Answers2

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