3.1.4.3.1.2 GetUserConfigurationSoapOut
The GetUserConfigurationSoapOut WSDL message specifies the server response to a GetUserConfiguration operation request to get a user configuration object.
-
<wsdl:message name="GetUserConfigurationSoapOut"> <wsdl:part name="GetUserConfigurationResult" element="tns:GetUserConfigurationResponse"/> <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/> </wsdl:message>
The parts of the GetUserConfigurationSoapOut WSDL message are listed and described in the following table.
Part name |
Element/type |
Description |
---|---|---|
GetUserConfigurationResult |
tns:GetUserConfigurationResponse (section 3.1.4.3.2.2) |
Specifies the SOAP body of the response to a GetUserConfiguration operation request. |
ServerVersion |
t:ServerVersionInfo ([MS-OXWSCDATA] section 2.2.3.10) |
Specifies the SOAP header that identifies the server version for the response. |
A successful GetUserConfiguration operation request returns a GetUserConfigurationResponse element, as specified in section 3.1.4.3.2.2, with the ResponseClass attribute of the GetUserConfigurationResponseMessage element set to "Success". The ResponseCode element of the GetUserConfigurationResponseMessage element is set to "NoError". The GetUserConfigurationResponseMessage element is a child element of the ArrayOfResponseMessagesType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.12.
If the GetUserConfiguration operation request is not successful, it returns a GetUserConfigurationResponse element with the ResponseClass attribute of the GetUserConfigurationResponseMessage element set to "Error". The ResponseCode element of the GetUserConfigurationResponseMessage element is set to one of the common errors defined in [MS-OXWSCDATA] section 2.2.5.24.