Mega Code Archive

 
Categories / Java Tutorial / Web Services SOA
 

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