3.1.4.9.1.2 tns:UpdateItemSoapOut Message
The UpdateItemSoapOut WSDL message specifies the server response to an UpdateItem operation request to update items on the server.
-
<wsdl:message name="UpdateItemSoapOut"> <wsdl:part name="UpdateItemResult" element="tns:UpdateItemResponse"/> <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/> </wsdl:message>
The UpdateItemSoapOut WSDL message is the output message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/UpdateItem.
The parts of the UpdateItemSoapOut WSDL message are listed and described in the following table.
Part name |
Element/type |
Description |
---|---|---|
UpdateItemResult |
tns:UpdateItemResponse (section 3.1.4.9.2.2) |
Specifies the SOAP body of a response message. |
ServerVersion |
t:ServerVersionInfo ([MS-OXWSCDATA] section 2.2.3.10) |
Specifies a SOAP header that identifies the server version for a response to an UpdateItem operation request. |