3.1.4.3 GetUserConfiguration

The GetUserConfiguration operation specifies the WSDL messages that are used to get user configuration objects.

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

 <wsdl:operation name="GetUserConfiguration">
   <wsdl:input message="tns:GetUserConfigurationSoapIn"/>
   <wsdl:output message="tns:GetUserConfigurationSoapOut"/>
 </wsdl:operation>
  

The following is the WSDL binding specification for this operation.

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

The protocol client sends a GetUserConfigurationSoapIn request WSDL message, as specified in section 3.1.4.3.1.1, and the protocol server responds with a GetUserConfigurationSoapOut response message, as defined in section 3.1.4.3.1.2.