3.1.4.1.1.2 CreateUserConfigurationSoapOut

The CreateUserConfigurationSoapOut WSDL message specifies the server response to a CreateUserConfiguration operation request to create a user configuration object.

 <wsdl:message name="CreateUserConfigurationSoapOut">
   <wsdl:part name="CreateUserConfigurationResult" element="tns:CreateUserConfigurationResponse" />
   <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/>
 </wsdl:message>

The CreateUserConfigurationSoapOut WSDL message is the output message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/CreateUserConfiguration.

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

Part name

Element/type

Description

CreateUserConfigurationResult

tns:CreateUserConfigurationResponse (section 3.1.4.1.2.2)

Specifies the SOAP body of the response to a CreateUserConfiguration 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 a CreateUserConfiguration request.

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

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