3.1.4.1 GetEvents
The GetEvents operation gets events for a pull notification subscription.
The following is the WSDL port type specification for the GetEvents operation.
-
<wsdl:operation name="GetEvents" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:input message="tns:GetEventsSoapIn" /> <wsdl:output message="tns:GetEventsSoapOut" /> </wsdl:operation>
The following is the WSDL binding specification for the GetEvents operation.
-
<wsdl:operation name="GetEvents"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetEvents" /> <wsdl:input> <soap:header message="tns:GetEventsSoapIn" part="Impersonation" use="literal"/> <soap:header message="tns:GetEventsSoapIn" part="MailboxCulture" use="literal"/> <soap:header message="tns:GetEventsSoapIn" part="RequestVersion" use="literal"/> <soap:body parts="request" use="literal" /> </wsdl:input> <wsdl:output> <soap:body parts="GetEventsResult" use="literal" /> <soap:header message="tns:GetEventsSoapOut" part="ServerVersion" use="literal"/> </wsdl:output> </wsdl:operation>