3.1.4.1 CreateUserConfiguration

The CreateUserConfiguration operation specifies the WSDL messages for creating user configuration objects.

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

  
 <wsdl:operation name="CreateUserConfiguration">
   <wsdl:input message="tns:CreateUserConfigurationSoapIn"/>
   <wsdl:output message="tns:CreateUserConfigurationSoapOut"/>
 </wsdl:operation>
  

The following is the WSDL binding specification for this operation.

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

The protocol client sends a CreateUserConfigurationSoapIn request WSDL message, as specified in section 3.1.4.1.1.1, and the protocol server responds with a CreateUserConfigurationSoapOut response message, as defined in section 3.1.4.1.1.2.