3.1.4.4 UpdateUserConfiguration

The UpdateUserConfiguration operation specifies the WSDL messages for updating user configuration objects.

The following is the WSDL port type definition of this operation.

 <wsdl:operation name="UpdateUserConfiguration">
   <wsdl:input message="tns:UpdateUserConfigurationSoapIn"/>
   <wsdl:output message="tns:UpdateUserConfigurationSoapOut"/>
 </wsdl:operation>
  

The following is the WSDL binding specification for the operation.

 <wsdl:operation name="UpdateUserConfiguration">
    <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/UpdateUserConfiguration" />
    <wsdl:input>
        <soap:header message="tns:UpdateUserConfigurationSoapIn" part="Impersonation" use="literal"/>
        <soap:header message="tns:UpdateUserConfigurationSoapIn" part="MailboxCulture" use="literal"/>
        <soap:header message="tns:UpdateUserConfigurationSoapIn" part="RequestVersion" use="literal"/>
        <soap:body parts="request" use="literal" />
    </wsdl:input>
    <wsdl:output>
        <soap:body parts="UpdateUserConfigurationResult" use="literal" />
        <soap:header message="tns:UpdateUserConfigurationSoapOut" part="ServerVersion" use="literal"/>
    </wsdl:output>
 </wsdl:operation>

The protocol client sends a UpdateUserConfigurationSoapIn request WSDL message, as specified in section 3.1.4.4.1.1, and the protocol server responds with a UpdateUserConfigurationSoapOut response message, as defined in section 3.1.4.4.1.2.