Generating client interface objects
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
You can generate client interface objects (classes) for the interface using the following command, where wsdlFileRef is a pointer to the WSDL file:
|
Note: Set the
Classpath as specified in the Axis User's
Guide.The value of wsdlFileRef can be:
-
A local reference; for example:
C:\OrderInfo.wsdl -
A URL to the WSDL; for example:
http://servicehost:80/wsa/wsa1/wsdl?targetURI=OrderInfo
Each generated interface object is a class for an Open Client object an/ or some other component of the WSDL that is represented as an object in the Java interface.