AS3 Configuration / AS3 Action |
When configuring a client to exchange messages with a Cleo VLTrader or Cleo Harmony AS3 server, you can use the following SITE command to verify the client has correctly defined the AS3-To and AS3-From names. The command syntax is:
SITE VERIFY AS3-To: ‘your-AS3-To-name’, AS3-From: ‘your-AS3-From-name’
If your AS3 names are properly configured, the server returns a positive response. Otherwise, a failure response is returned.
When using a VersaLex client, you can use the %as3.to% and %as3.from% macros in place of your-AS3-To-name and your-AS3-From-name, and so on.
SITE VERIFY AS3-To: %as3.to%, AS3-From: %as3.from%