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]
OptionDescription
-d Specifies the directory to generate output files.
-catalogSpecifies catalog files.
-pSpecifies a target package.
-helpDisplays a help message.