The Java reference application is based on Apache Axis 1.4 and JDK 5.0 (Java 2 Platform Standard Edition Development Kit 5.0). For more information on Apache Axis 1.4, see http://ws.apache.org/axis/.
The reference application can be downloaded as a compressed file from a link provided in the Sandbox. The compressed file includes the Axis libraries and a properties file. The properties file contains sample data for use by the reference application.
There are two different ways you can run the Java version of the reference application.
If you have Apache Ant installed, you can run the reference application by invoking
ant test run
Ant is a Java-based build tool that uses XML-formatted files to perform the same types of functions as a make file. In addition to running the code, the build.xml file generates the object stubs and compiles and runs the code.
If you want to run the Java reference in Windows, you will need to have a Java development environment installed. Of course, if you are coding in a different language, you can still view the reference application in an editor to see how the calls are made.
To run the Java reference application in Windows,
Copyright © 2008-2009 Zuora, Inc.