Previous Topic: AP Web Service ComponentsNext Topic: What's Next?


Export From AP Rules To A Local C Program

Use EXPORTMSG to export a message that CA Automation Point has processed into another program residing on that same AP server. The EXPORTMSG keyword has a simpler working environment, but is less flexible than web services in the capabilities that it provides.

EXPORTMSG is a rules keyword. Using this keyword, an efficient, programmatic mechanism can be built for transmitting CA Automation Point messages to an API of any third-party software application. EXPORTMSG enables you to export any message that is processed through a rule into a C program that you create.

Example of how this export is done:

example export