Unified Communications AJAX API Architecture

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Unified Communications AJAX API consists of a set of methods and events encountered in a session. A session starts when a client connects to a Communication Web Access Server and is successfully authenticated. The session ends when the authentication ticket expires either because the client makes an explicit request to terminate the session or the server closes the session when the client remains idle for a server-specified time period. A method represents one or more tasks that the Communicator Web Access Server performs at the request of a client. An event represents results or other updates that the Communicator Web Access Server delivers to a client. Both methods and events are represented as XML-formatted messages.

In This Section

Topic

Description

Server Session

Describes the three types of HTTP requests processed on a Communicator Web Access Server.

Communication

Describes and illustrates requests and event queues of a Communicator Web Access Server session.

Methods as Client Requests

Explains the XML representation of a message request as a Unified Communications AJAX API method.

Events as Server Updates

Explains the XML representation of a message response as a Unified Communications AJAX API event.

See Also

Concepts

About Unified Communications AJAX SDK

Unified Communications AJAX API Reference