The JBossWS JAX-WS tool uses the Wsconsume command to consume the WSDL file and create a portable JAX-WS service and client artifacts.
For details, see https://docs.jboss.org/author/display/JBWS/wsconsume.
The Wsconsume tool is provided with the JBossWS framework. You can download it from the JBoss website.
Basic Tab
On the Basic tab, you can configure the export parameters.
Option | Description |
---|---|
WSDL |
The path to the definition file to use. |
Use cached WSDL |
Select to use the WSDL definition cached in ReadyAPI. |
Target Directory |
The full path to the output folder. |
Package |
The name of the generated package. |
Source Directory |
The path to the source folder. |
Catalog |
The path to catalog files used to work with external entity references. |
Binding files |
The comma-separated paths to external binding files. |
Wsdl Location |
The |
Keep |
Select to save the created files after the generation finishes. |
Stacktrace |
Select to display the stack trace. This can help you find errors in code generation. |
Custom Args Tab
On the Custom Args tab, you can specify tool arguments you cannot configure using the dialog options. Use the Tool Args edit box to specify command-line arguments for the tool.

See Also
Code Generation in ReadyAPI
Running SOAP Code Generation Tools