3.1.4.2 CreateFolderPath
The CreateFolderPath operation creates a Uniform Resource Identifier (URI) that points to the storage location for the archive mailbox.
The following is the WSDL port type specification of the CreateFolderPath WSDL operation.
-
<wsdl:operation name="CreateFolderPath" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:input message="tns:CreateFolderPathSoapIn"/> <wsdl:output message="tns:CreateFolderPathSoapOut"/> </wsdl:operation>
The following is the WSDL binding specification of the CreateFolderPath operation.
-
<wsdl:operation name="CreateFolderPath" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/CreateFolderPath" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <wsdl:input> <soap:header message="tns:CreateFolderPathSoapIn" part="Impersonation" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:CreateFolderPathSoapIn" part="MailboxCulture" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:CreateFolderPathSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:CreateFolderPathSoapIn" part="TimeZoneContext" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:body use="literal" parts="request" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> </wsdl:input> <wsdl:output> <soap:body use="literal" parts="CreateFolderPathResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:CreateFolderPathSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> </wsdl:output> </wsdl:operation>
The protocol client sends a CreateFolderPathSoapIn request WSDL message, as specified in section 3.1.4.2.1.1, and the protocol server responds with a CreateFolderPathSoapOut response message, as specified in section 3.1.4.2.1.2.