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

Reports the Communicator Web Access server has failed to process a request. The event response comes to the client through the data channel as an event response. It contains the diagnostic error information relating to the failure.

Syntax

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

Attributes

Attribute

Data Type

Description

Eid

integer

Event Id. This is an integer value assigned by the Communicator Web Access Server. This attribute is present when the requestFailed element is part of a cwaEvents element.

Rid

string

Request Id. This is a string value assigned by the Unified Communications client. This attribute is present when the requestFailed element is part of a cwaResponses element. 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.

cwaResponses

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

Child Elements

Element

Occurrences

Description

sipResponse

1

Error codes reported by the Live Communication Server.

Examples

This example contains the result of a request to initiate an IM session. The invitee URI was not online at the time of the request. The sipResponse error indicates this status.

<requestFailed eid="19" rid="3">
   <exception>Microsoft...FailureResponse Text...</exception >
   <exceptionDetail>The requested operation failed.</exceptionDetail>
   <sipResponse code="480" warning="0" />
</requestFailed>

See Also

Concepts

requestAccepted Element