CallAPI for Windows

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 Windows.


1.

CallAPI and own program

The AE CallAPI may be called from your own programs. This requires sound knowledge of the programming language in which this program is written.

2.

CallAPI and utility

AE supplies the utility UCXBXXXC.EXE which can be called via the command line, in an MS-DOS box or a batch file.

The CallAPI can be used via the utility without a special installationnull being required. Just make sure that the utility can access the file UCXBWI3C.DLL.

Example

In the example, the utility is called with the login data of client 0098. Access is possible without a password. The aim is to activate a AE ScriptEigener Objekttyp in der Automation Engine which is stored in the file SCRIPT.TXT.

UCXBXXXC SCRIPT=SCRIPT.TXT LOGON=98,SMITH,UC4

See also:

About the CallAPI
Using the CallAPI