Partager via


3.1.4.2 GetStreamingEvents

The GetStreamingEvents operation gets events for a streaming notification subscription.<8>

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

         <wsdl:operation name="GetStreamingEvents">
           <wsdl:input message="tns:GetStreamingEventsSoapIn" />
           <wsdl:output message="tns:GetStreamingEventsSoapOut" />
         </wsdl:operation>

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

 <wsdl:operation name="GetStreamingEvents">
    <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetEvents" />
    <wsdl:input>
       <soap:header message="tns:GetStreamingEventsSoapIn" part="Impersonation" use="literal"/>
       <soap:header message="tns:GetStreamingEventsSoapIn" part="MailboxCulture" use="literal"/>
       <soap:header message="tns:GetStreamingEventsSoapIn" part="RequestVersion" use="literal"/>
       <soap:body parts="request" use="literal" />
    </wsdl:input>
    <wsdl:output>
       <soap:body parts="GetStreamingEventsResult" use="literal" />
       <soap:header message="tns:GetStreamingEventsSoapOut" part="ServerVersion" use="literal"/>
    </wsdl:output>
 </wsdl:operation>