Try OpenEdge Now
skip to main content
Web Services
Developing a Java Client to Consume OpenEdge SOAP Web Services : Creating Java Axis client interface objects
 

Creating Java Axis client interface objects

Axis provides tools that help to automate the creation of the objects for a client interface. The following sections describe these tools and the generated interface objects:
*Generating client interface objects
*Proxy directory structure
*Proxy classes
*Java data type mapping
*Output parameters
*ABL unknown values
*TABLE (static temp-table) parameters
*TABLE-HANDLE (dynamic temp-table) parameters
*Sample Java prototypes for common object methods
*Sample ABL and Java interface method prototypes
To create client interfaces and client applications to access OpenEdge Web services, you must have Java SDK 1.3 or later and the Axis Toolkit. For more information, see the README files in the Java samples described in Sample SOAP Web service applications.
* Generating client interface objects
* Proxy directory structure
* Proxy classes
* Java data type mapping
* Output parameters
* ABL unknown values
* TABLE (static temp-table) parameters
* TABLE-HANDLE (dynamic temp-table) parameters
* Sample Java prototypes for common object methods
* Sample ABL and Java interface method prototypes