3.1.4.2.1.2 tns:CreateItemSoapOut Message

The CreateItemSoapOut WSDL message specifies the server response to a CreateItem operation request to create items on the server.

 <wsdl:message name="CreateItemSoapOut">
    <wsdl:part name="CreateItemResult" element="tns:CreateItemResponse"/>
    <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/>
 </wsdl:message>

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

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

Part name

Element/type

Description

CreateItemResult

tns:CreateItemResponse (section 3.1.4.2.2.2)

Specifies the SOAP body of a response message.

ServerVersion

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

Specifies a SOAP header that identifies the server version for the response to a CreateItem operation request.

If the request is successful, the CreateItem operation returns a CreateItemResponse element with the ResponseClass attribute of the CreateItemResponseMessage element set to "Success". The ResponseCode element of the CreateItemResponseMessage element is set to "NoError".

If the request is unsuccessful, the CreateItem operation returns a CreateItemResponse element with the ResponseClass attribute of the CreateItemResponseMessage element set to "Error". The ResponseCode element of the CreateItemResponseMessage element is set to a value of the ResponseCodeType simple type, as specified in [MS-OXWSCDATA] section 2.2.5.24.