Downloading and Installing wsimportMonday, July 13th, 2009 with 2 Comments »
The Java Web services book I’m reading right now uses wsimport to show how this tool can generate a client with ease.
- Download wsimport at JAX-WS from java.net. There should be a download link in the menu. At the time of this article, the latest version 2.1.7 can be downloaded here.
- Download the file and put it to a directory like C:/Java and execute by double clicking on the JAR file if you are on Windows
- From the extracted files, set the CLASSPATH environmental variable in Windows to point to the bin folder
Now you can run wsimport from the command prompt and have all sorts of fun.