The Oracle Artifacts tool uses the genProxy utility to create a service from an existing WSDL file.
For details, see http://docs.oracle.com/cd/E16439_01/doc.1013/e13982/devfromwsdl.htm.
The genProxy utility is included in Oracle OC4J. You can download it from the Oracle web site.
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. |
Destination Package |
The name of the generated package file. |
Custom Args Tab
On the Custom Args tab, you can specify tool 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