CallAPI for Java

The following document includes information and notes required for using the CallAPIProgrammierschnittstelle, die entweder direkt oder aus einem anderen Programm aufgerufen werden kann, und ein Script im Automation Engine-System ausführt. 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.

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 ScriptEigener Objekttyp in der Automation Engine 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