3.1.4.1.1.2 ArchiveItemSoapOut
The ArchiveItemSoapOut WSDL message specifies the response to the ArchiveItem operation request.
The following is the ArchiveItemSoapOut WSDL message specification.
-
<wsdl:message name="ArchiveItemSoapOut" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:part name="ArchiveItemResult" element="tns:ArchiveItemResponse"/> <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/> </wsdl:message>
The ArchiveItemSoapOut WSDL message is the output message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/ArchiveItem.
The parts of the ArchiveItemSoapOut WSDL message are described in the following table.
Part name |
Element/type |
Description |
---|---|---|
ArchiveItemResult |
ArchiveItemResponse (section 3.1.4.1.2.2) |
Specifies the SOAP body of the response to an ArchiveItem operation request. |
ServerVersion |
ServerVersionInfo ([MS-OXWSCDATA] section 2.2.3.10) |
Specifies a SOAP header that identifies the server version for the response. |
A successful ArchiveItem operation request returns an ArchiveItemResponse element, as specified in section 3.1.4.1.3.2, with the ResponseClass attribute of the ArchiveItemResponseMessage element set to "Success". The ResponseCode element of the ArchiveItemResponseMessage element is set to "NoError". The ArchiveItemResponseMessage element is a child element of the ArrayOfResponseMessagesType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.12.
If the ArchiveItem operation request is not successful, it returns an ArchiveItemResponse element with the ResponseClass attribute of the ArchiveItemResponseMessage element set to "Error". The ResponseCode element of the ArchiveItemResponseMessage element is set to one of the common errors defined in [MS-OXWSCDATA] section 2.2.5.24.