3.1.4.4 GetItem Operation
The GetItem operation gets items on the server.
The following is the WSDL port type specification for the GetItem operation.
-
<wsdl:operation name="GetItem"> <wsdl:input message="tns:GetItemSoapIn"/> <wsdl:output message="tns:GetItemSoapOut"/> </wsdl:operation>
The following is the WSDL binding specification for the GetItem operation.
-
<wsdl:operation name="GetItem"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetItem"/> <wsdl:input> <soap:header message="tns:GetItemSoapIn" part="Impersonation" use="literal"/> <soap:header message="tns:GetItemSoapIn" part="MailboxCulture" use="literal"/> <soap:header message="tns:GetItemSoapIn" part="RequestVersion" use="literal"/> <soap:header message="tns:GetItemSoapIn" part="TimeZoneContext" use="literal"/> <soap:header message="tns:GetItemSoapIn" part="DateTimePrecision" use="literal"/> <soap:header message="tns:GetItemSoapIn" part="ManagementRole" use="literal" /> <soap:body parts="request" use="literal"/> </wsdl:input> <wsdl:output> <soap:body parts="GetItemResult" use="literal"/> <soap:header message="tns:GetItemSoapOut" part="ServerVersion" use="literal"/> </wsdl:output> </wsdl:operation>