Application Integration Guide > CallAPI > Platforms for CallAPIs > CallAPI for Windows

 CallAPI for Windows

The following document includes information and notes required for using the CallAPI 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 installation 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 passwordA secret combination of characters for a Automation Engine user.. The aim is to activate a AE Script which is stored in the file SCRIPT.TXT.

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

See also:

About the CallAPI
Using the CallAPI