This sample shows the use of the ECI Request classes with an asynchronous extended request and a "callbackable" object.
java com.ibm.ctg.samples.eci.EciI1 [Gateway URL] [Port] [SSL keyring] [SSL password]
The sample queries the Gateway daemon for a list of servers, then runs transaction EC02 on the selected server.
You can provide a gateway URL and port number, along with an SSL keyring and SSL password as command-line parameters. If you do not provide a URL, the sample programs default to local.
When you start the Gateway daemon, ensure that the ctgsamples.jar file is referenced in the class path.
This sample program also illustrates the use of the ClientCompression and ServerCompression samples. For more information, see Java security exit data compression samples.