Accessing ZXTM’s Control API from JavaZXTM’s Control API is a SOAP-based API that is published as a collection of WSDL files. If you want to access ZXTM’s Control API from Java (for example, in a Java Extension), you will need to create an interface library. This interface library will expose a collection of Java classes and methods that correspond to the methods and structures in the WSDL specification.
Creating ZXTM-API.jarWe'll create a Java archive called This example uses the WSDL-to-Java converter in the Apache axis project to build the interface library. This process is a little involved; you can download a precompiled ZXTM-API.jar instead and skip the rest of this section. The process assumes that you’ve downloaded and installed the Java JDK and added it to your path. WindowsThe following command line instructions describe how to create the
Linux / UnixFollow the instructions above, but use the following commands:
Using the ZXTM-API.jar interface libraryFrom an application:When you create an application that uses ZXTM’s Control API, you will need to add From a Java Extension:If you create a Java Extension that uses ZXTM's Control API, the easiest way to manage the
Note that the More informationThe ZXTM Control API manual describes how to access ZXTM's Control API through a variety of methods, including additional details on using the Why is this useful?Take a look at the ZXTM ServerStatus article for one use of the Comments:This public messageboard is not a forum for technical support. To report technical support problems, please contact our dedicated Support team using the instructions at the bottom of this page.
Comment from:
Owen Garrett [Zeus Dev Team]
To create the Javadoc from the generated .java files, do the following:
mkdir javadoc javadoc -d javadoc -subpackages com.zeus.soap.zxtmHere is a copy: ZXTM-API.javadoc.zip. |
Recently...
Other Resources
|








