This procedure describes how to run a sample GUI client, which is included in Control-M/EM API installation. This enables you to familiarize with API before developing your own custom client application and allows you to submit requests and receive responses.
The sample GUI client is supplied as a source code and is located in emapi-800\examples\EMAPIClient.
To run the sample GUI client:
You should have access to an ANT installation.
%ANT_HOME%/bin/ant run
The GUI client appears.
You can complete these fields or they can be completed when a relevant request is submitted (such as register_request).
For an example of XML request, see: Sample GUI client XML variables
You can use some predefined requests, such as Register, Unregister, Poll and Create_Simple_Job for distributed systems. To use one of these requests, select it and click Invoke predefined.
The predefine register request, uses emuser as user and empass as the password.
Parent Topic |