3.1.4.3 Subscribe

The Subscribe operation creates a subscription to notifications of events on mailboxes on the server.

The following is the WSDL port type specification of the Subscribe operation.

 <wsdl:operation name="Subscribe" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:input message="tns:SubscribeSoapIn" />
      <wsdl:output message="tns:SubscribeSoapOut" />
 </wsdl:operation>

The following is the WSDL binding specification of the Subscribe operation.

 <wsdl:operation name="Subscribe">
    <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/Subscribe" />
    <wsdl:input>
       <soap:header message="tns:SubscribeSoapIn" part="Impersonation" use="literal"/>
       <soap:header message="tns:SubscribeSoapIn" part="MailboxCulture" use="literal"/>
       <soap:header message="tns:SubscribeSoapIn" part="RequestVersion" use="literal"/>
       <soap:body parts="request" use="literal" />
    </wsdl:input>
    <wsdl:output>
       <soap:body parts="SubscribeResult" use="literal" />
       <soap:header message="tns:SubscribeSoapOut" part="ServerVersion" use="literal"/>
    </wsdl:output>
 </wsdl:operation>