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

Contains diagnostic error information when the server did not process a request due to an invalid request format.

Syntax

<requestInvalid 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. Informs the client of the initial status of a request.

Child Elements

Element

Occurrences

Description

error

1

Contains diagnostic error information when the server failed to process a request.

Remarks

This response is returned when the request made is missing elements or attributes. requestInvalid Element is also returned when the request contains elements or attributes that do not exist in the Unified Communications schema.

Examples

This request is missing a required element (content).

<sendMessage>
   <format>string value</format>
</sendMessage>

This request contains an invalid element.

<sendMessage>
   <format>text/plain</format>
   <myInvalidElement>Lunch plans are cancelled</myInvalidElement>
</sendMessage>

See Also

Concepts

requestFailed Element

requestAccepted Element