3.1.4.4 GetItem Operation
The GetItem operation retrieves one or more calendar-related items from the server. This operation is specified in [MS-OXWSCORE] section 3.1.4.4.
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.<69>
-
<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: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>