requestAccepted 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.

Holds the synchronous response to an HTTP POST request carried over through a command channel. It informs the client of the initial status of a specific request.

Syntax

<requestAccepted rid="string value"/> 

Attributes

Attribute

Data Type

Description

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

cwaResponses

Holds the synchronous response to an HTTP POST request carried over through a command channel. It informs the client of the initial status of a request.

Child Elements

Element

Occurrences

Description

pollWaitTime

1

Interval in thousandths of seconds before a client can poll a Communicator Web Access Server for events again.

sid

1

Session Id assigned by a Communicator Web Access Server for the established session

uri

1

A SIP formatted Uri representing the endpoint at which a user originated a request on a Communicator Web Access Server

voIPRedirectSucceeded

0 or more

Indicates a voIP redirection request succeeded

voIPReplyWithIMAccepted

0 or more

Indicates a reply to a voIP invitation with an IM succeeded

voIPTerminateSucceeded

0 or more

Indicates a voIP session was terminated successfully

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 is a synchronous response to a valid and well formed request. The Communicator Web Access server is processing the request. The response includes the session Id of the Communicator Web Access Server session.

<cwaResponses requestProcessed="0">
<requestAccepted rid="1">
   <sid>52</sid>
   <uri>sip:jaya@contoso.com</uri>
   <PollWaitTime>3000</PollWaitTime>
</requestAccepted>
</cwaResponses>

This is an asynchronous response to a valid and well formed request. The Communicator Web Access server has processed the request and is returning the results within a cwaEvents envelope.

<requestAccepted rid="26" eid="112"/>

See Also

Concepts

requestFailed Element

requestInvalid Element

cwaEvents Element

cwaRequests Element