The wsimport Tool : Tools « Web Services SOA « Java Tutorial






The wsimport tool generates client-side run time classes from the WSDL document of a Web service.

Client applications use the run time classes to communicate with the Web service.

The syntax to use the wsimport tool is:

wsimport [options] <wsdl>
OptionDescription
-d Specifies the directory to generate output files.
-catalogSpecifies catalog files.
-pSpecifies a target package.
-helpDisplays a help message.


26.1.Tools
26.1.1.The wsimport Tool
26.1.2.The syntax to use the wsgen tool