Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to download and how to install JAX-WS wsimport tools? [closed]

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.

like image 988
user2882662 Avatar asked Nov 13 '13 23:11

user2882662


People also ask

Where can I find Wsimport?

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.

Where is Wsimport sh?

The wsimport tool is used to parse an existing Web Services Description Language (WSDL) file and generate required files (JAX-WS portable artifacts) for web service client to access the published web services. This wsimport tool is available in the $JDK/bin folder.

How do I run Wsimport?

To run the wsimport , go to the root directory of web services client project and use command prompt. -s -s defines the directory for source files. And pass the wsdl URL of web services end point. The below classes will be generated for web service client for the given WSDL URL.


1 Answers

It is shipped with the JDK since version 6.

like image 80
Jens Piegsa Avatar answered Oct 14 '22 19:10

Jens Piegsa