NonStop Server for Java 7.0 Tools Reference Pages

25 wsimport: JAX-WS 2.0
The wsimport tool generates JAX-WS portable artifacts, such as:
Service Endpoint Interface (SEI)
Service
Exception class mapped from wsdl:fault (if any)
Async Reponse Bean derived from response wsdl:message (if any)
JAXB generated value types (mapped Java classes from schema types)
For more information on wsimport tool, see the Oracle Java documentation for wsimport.
Synopsis
wsimport [options] <wsdl>
52 wsimport: JAX-WS 2.0