3.1.4.1 CopyItem Operation

This protocol uses the CopyItem operation, as specified in [MS-OXWSCORE] section 3.1.4.1, to copy task items.

The following is the WSDL port type specification for the CopyItem operation.

 <wsdl:operation name="CopyItem">
             <wsdl:input message="tns:CopyItemSoapIn" />
             <wsdl:output message="tns:CopyItemSoapOut" />
 </wsdl:operation>

The following is the WSDL binding specification for the CopyItem operation.

 <wsdl:operation name="CopyItem">
    <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/CopyItem"/>
    <wsdl:input>
       <soap:header message="tns:CopyItemSoapIn" part="Impersonation" use="literal"/>
       <soap:header message="tns:CopyItemSoapIn" part="MailboxCulture" use="literal"/>
       <soap:header message="tns:CopyItemSoapIn" part="RequestVersion" use="literal"/>
       <soap:body parts="request" use="literal"/>
    </wsdl:input>
    <wsdl:output>
       <soap:body parts="CopyItemResult" use="literal"/>
       <soap:header message="tns:CopyItemSoapOut" part="ServerVersion" use="literal"/>
    </wsdl:output>
 </wsdl:operation>

Message format

Description

tns:CopyItemSoapIn ([MS-OXWSCORE] section 3.1.4.1.1.1)

Specifies the SOAP message that defines the task item to be copied. The CopyItem operation (as specified in [MS-OXWSCORE] section 3.1.4.1) that specifies the XML request MUST contain the t:TargetFolderIdType complex type (as specified in [MS-OXWSFOLD] section 2.2.4.16) and the t:ItemIdType complex type (as specified in [MS-OXWSCORE] section 2.2.4.25). All other type elements in t:NonEmptyArrayOfBaseItemIdsType element MUST NOT be included.

tns:CopyItemSoapOut ([MS-OXWSCORE] section 3.1.4.1.1.2)

Specifies the SOAP message that is returned by the server in response.