requestSucceeded Element

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.

Indicates the Communicator Web Access server has successfully processed a request. The event response comes to the client through the data channel as an event response.

Syntax

<requestSucceeded eid="integer value" rid="string value"/> 

Attributes

Attribute

Data Type

Description

eid

integer

Event Id. This is an integer value assigned by the Communicator Web Access Server.

rid

string

Request Id. This is a string value assigned by the Unified Communications client. This is a required attribute.

Element Information

Parent Element

Element

Description

cwaEvents

Holds the responses from the asynchronous data channel with which a Unified Communications AJAX API Client polls the server for updates that have taken place.

Child Elements

Element

Occurrences

Description

signInData

0 or 1

Element contains sign in data such as a user's telephone numbers when response is associated with a logon request.

Uri

0 or 1

Uri of the local user who has logged on. This element is present when the response is associated with a logon request.

Remarks

A client can expect this event to be returned as the response from both the command channel (when the client calls a method on the server) and the data channel (when the client retrieves an event from the server).

Examples

This event response indicates that a logon request with a request Id of 1 has been successfully processed.

<requestSucceeded eid="1344" rid="">
    <signInData> PHNpZ25JbkRhdGE+DQogIDx3b3JrUGhvbmU+ZmVuZ2ppdGVsZXBob25lTnVtYmVyPC93b3JrUGhvbmU+DQogIDxob21lUGhvbmU+ZmVuZ2ppaG9tZXBob25lPC9ob21lUGhvbmU+DQogIDxtb2JpbGVQaG9uZT5mZW5namltb2JpbGU8L21vYmlsZVBob25lPg0KICA8b3RoZXJQaG9uZT48L290aGVyUGhvbmU+DQogIDxvZmZpY2U+ZmVuZ2ppT2ZmaWNlPC9vZmZpY2U+DQogIDxjb21wYW55PmZlbmdqaWNvbXBhbnk8L2NvbXBhbnk+DQogIDx0aXRsZT5mZW5naml0aXRsZTwvdGl0bGU+DQo8L3NpZ25JbkRhdGE+DQo=</signInData>
    <uri>sip:jaya@contoso.com</uri>
</requestSucceeded>

See Also

Concepts

requestFailed Element

requestAccepted Element