Try OpenEdge Now
Web Services
Developing a Java Client to Consume OpenEdge SOAP Web Services
:
Creating Java Axis client interface objects
:
Generating client interface objects
Generating client interface objects
You can generate client interface objects (classes) for the interface using the following command, where
wsdlFileRef
is a pointer to the WSDL file:
java org.apache.axis.wsdl.WSDL2Java
wsdlFileRef
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.