3.1.4.4.1.2 UpdateUserConfigurationSoapOut

The UpdateUserConfigurationSoapOut WSDL message specifies the server response to an UpdateUserConfiguration operation request to update a user configuration object.

 <wsdl:message name="UpdateUserConfigurationSoapOut">
   <wsdl:part name="UpdateUserConfigurationResult" element="tns:UpdateUserConfigurationResponse"/>
   <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/>
 </wsdl:message>

The parts of the UpdateUserConfigurationSoapOut WSDL message are listed and described in the following table.

Part name

Element/type

Description

UpdateUserConfigurationResult

tns:UpdateUserConfigurationResponse (section 3.1.4.4.2.2)

Specifies the SOAP body of the response to an UpdateUserConfiguration operation request.

ServerVersion

t:ServerVersionInfo ([MS-OXWSCDATA] section 2.2.3.10)

Specifies the SOAP header that identifies the server version for the response to an UpdateUserConfiguration operation request.

A successful UpdateUserConfiguration operation request returns an UpdateUserConfigurationResponse element, as specified in section 3.1.4.4.2.2, with the ResponseClass attribute of the UpdateUserConfigurationResponseMessage element set to "Success". The ResponseCode element of the UpdateUserConfigurationResponseMessage element is set to "NoError". The UpdateUserConfigurationResponseMessage element is a child element of the ArrayOfResponseMessagesType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.12.

If the UpdateUserConfiguration operation request is not successful, it returns an UpdateUserConfigurationResponse element with the ResponseClass attribute of the UpdateUserConfigurationResponseMessage element set to "Error". The ResponseCode element of the UpdateUserConfigurationResponseMessage element is set to one of the common errors defined in [MS-OXWSCDATA] section 2.2.5.24.