3.1.4.2.1.2 CreateFolderPathSoapOut

The CreateFolderPathSoapOut WSDL message specifies the response to the CreateFolderPathSoapIn request.

The following is the CreateFolderPathSoapOut WSDL message specification.

 <wsdl:message name="CreateFolderPathSoapOut" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:part name="CreateFolderPathResult" element="tns:CreateFolderPathResponse"/>
   <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/>
 </wsdl:message>

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

The parts of the CreateFolderPathSoapOut WSDL message are described in the following table.

Part name

Element/type

Description

CreateFolderPathResult

CreateFolderPathResponse

(section 3.1.4.2.2.2)

Represents the result of this operation.

ServerVersion

ServerVersionInfo

([MS-OXWSCDATA] section 2.2.3.10)

Specifies a SOAP header that identifies the server version for the response.

A successful CreateFolderPath operation request returns a CreateFolderPathResponse element with the ResponseClass attribute of the CreateFolderPathResponseMessage element set to "Success". The ResponseCode element of the CreateFolderPathResponseMessage element is set to "NoError". The CreateFolderPathResponseMessage element is a child element of the ArrayofResponseMessagesType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.12.

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