3.1.4.9 UpdateItem Operation

The UpdateItem operation updates items on the server.

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

 <wsdl:operation name="UpdateItem">
    <wsdl:input message="tns:UpdateItemSoapIn"/>
    <wsdl:output message="tns:UpdateItemSoapOut"/>
 </wsdl:operation>

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

 <wsdl:operation name="UpdateItem">
    <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/UpdateItem"/>
    <wsdl:input>
       <soap:header message="tns:UpdateItemSoapIn" part="Impersonation" use="literal"/>
       <soap:header message="tns:UpdateItemSoapIn" part="MailboxCulture" use="literal"/>
       <soap:header message="tns:UpdateItemSoapIn" part="RequestVersion" use="literal"/>
       <soap:header message="tns:UpdateItemSoapIn" part="TimeZoneContext" use="literal"/>
       <soap:body parts="request" use="literal"/>
    </wsdl:input>
    <wsdl:output>
       <soap:body parts="UpdateItemResult" use="literal"/>
       <soap:header message="tns:UpdateItemSoapOut" part="ServerVersion" use="literal"/>
    </wsdl:output>
 </wsdl:operation>