CallAPI for Java
The following document includes information and notes required for using the CallAPI for Java.
CallAPI and own program
The CallAPI may be called from your own Java program.
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.
Example
The CallAPI is called with the login data of client 0098 and can be accessed without using a password. 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: