XFire is an open source SOAP framework that helps you implement your WSDL definitions.
For details, see http://www.javaworld.com/article/2071759/soa/xfire--the-easy-and-simple-way-to-develop-web-services.html.
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. |
Output Directory |
The full path to the output folder. |
Package |
The name of the generated package. |
Binding |
The binding type you want to use. Possible values: jaxb, xmlbeans. |
External Bindings |
The path to the binding files necessary for jaxb. |
Classpath |
The Xmlbeans classpath you want to use for binding. |
Profile |
The artifact generation profile. |
Base URL |
The generated base URL. |
Overwrite |
Select to overwrite previously generated files. |
Explicit Annotations |
Select to create explicit annotations in generated code. |
Generate Server Stubs |
Select to generate the stubs code for the server. |
Custom Args Tab
On the Custom Args tab, you can specify tool and Java arguments you cannot configure using the dialog options. Use the Java Args edit box to specify command-line arguments for a Java VM, and the Tool Args edit box to specify command-line arguments for the tool.
See Also
Code Generation in ReadyAPI
Running SOAP Code Generation Tools