Try OpenEdge Now
skip to main content
Web Services
Developing a Java Client to Consume OpenEdge SOAP Web Services : Developing the Axis client application : Compiling and running the client application
 

Compiling and running the client application

To compile and run the application:
1. Set up your Classpath as specified in the Axis User's Guide. Make sure you put the path to your client interface on the Classpath.
2. Compile both the interface and your client application classes using the Java compiler.
3. Run the application, as usual, in the JVM.