requestAccepted Response
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="26" />
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 |
---|---|
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 |
---|---|---|
1 |
Interval in thousandths of seconds before a client can poll a Communicator Web Access Server for events again. |
|
1 |
Session Id assigned by a Communicator Web Access Server for the established session |
|
1 |
A SIP formatted Uri representing the endpoint at which a user originated a request on a Communicator Web Access Server |
|
0 or more |
Indicates a voIP redirection request succeeded |
|
0 or more |
Indicates a reply to a voIP invitation with an IM succeeded |
|
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). Any voIP request made by the client will result in a synchronous response in this element indicating the success.
Examples
This is a synchronous response to a valid and well formed request. The Communicator Web Access Server is processing the request.
<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"/>