The following document includes information and notes required for using the CallAPI for Java.
1. |
CallAPI and own program |
---|
The CallAPI may be called from your own Java program.
2. |
CallAPI and utility |
---|
It is possible to call the file UCCALL3.JAR from the command line or from a batch file. A sample file (UCCALL3.BAT) explaining how to call it from a batch file is supplied with AE.
The CallAPI is called with the login data of client 0098 and can be accessed without using a passwordA secret combination of characters for a Automation Engine user.. The example activates an AE Script which is stored in the file SCRIPT.TXT.
java -jar uccall3.jar script=script.txt logon=98,smith,uc4
See also:
About the CallAPI
Using the CallAPI