Response (SOAP)
Last modified: February 11, 2010
Applies to: Exchange Server 2007 | Exchange Server 2010
The Response element contains the response to a GetUserSettings Operation (SOAP), GetDomainSettings Operation (SOAP), or a GetFederationInformation Operation (SOAP) request.
<Response>
<ErrorCode/>
<ErrorMessage/>
<UserResponses/>
</Response>
GetUserSettingsResponse
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element |
Description |
---|---|
Represents an error code that is returned by the Autodiscover service. |
|
Represents a message that is associated with an error code that is returned by the Autodiscover service. |
|
Contains the configuration settings for each requested user. |
Parent Elements
Element |
Description |
---|---|
Defines a response to a GetUserSettingsRequest (SOAP) |
|
Defines a response to a GetDomainSettingsRequest (SOAP). |
|
Defines a response to a GetFederationInformationRequest (SOAP). |
Text Value
None.
Element Information
Namespace |
https://schemas.microsoft.com/exchange/2010/Autodiscover |
Schema Name |
Autodiscover schema |
Validation File |
Messages.xsd |
Can be Empty |
True |
See Also