17

Can somebody tell me where to download and how to install JAX-WS wsimport tools? I need to download it and install it.

Actually I want to consume SOAP webservices in my code, and I need JAX-WS wsimport tool for that. My google search has not helped me much.

Kiquenet
  • 14,494
  • 35
  • 148
  • 243
user2882662
  • 535
  • 1
  • 6
  • 18
  • 3
    This question is not "off-topic", it is not asking for a recommendation. wsimport is a command line utility installed with Java JDK and can be found in the default Java installation directory, C:\Program Files\Java\jdk1.8.0_60\bin\wsimport. However, you may need to manually add this path to your System's Environment Variables. – EDY ARMENDARIZ Feb 03 '17 at 14:20
  • 2
    This question is even more relevant now that JDK 11 does not bundle the tool with the JDK. – Cypher Feb 25 '19 at 23:42
  • https://javaee.github.io/metro/download unzip, then in `metro/bin/wsimport.bat|sh` – Julien Oct 08 '20 at 11:42

1 Answers1

19

It is shipped with the JDK since version 6.

Jens Piegsa
  • 7,399
  • 5
  • 58
  • 106