26. 1. 1. The wsimport Tool |
|
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>
|
|
Option | Description | -d | Specifies the directory to generate output files. | -catalog | Specifies catalog files. | -p | Specifies a target package. | -help | Displays a help message. |
|