3.1.4.1 SendNotification Operation
The SendNotification operation sends subscription information from the server to the client application.
The following is the WSDL port type specification for the SendNotification operation.
-
<wsdl:operation name="SendNotification"> <wsdl:input message="tns:SendNotificationSoapIn" /> <wsdl:output message="tns:SendNotificationSoapOut" /> </wsdl:operation>
The following is the WSDL binding specification for the SendNotification operation.
-
<wsdl:operation name="SendNotification"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/SendNotification" /> <wsdl:input> <soap:header message="tns:SendNotificationSoapIn" part="RequestVersion" use="literal"/> <soap:body parts="request" use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation>