UnSubscribe |
This Web service operation is used to unsubscribe from the Event service.
SOAP Request
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <Unsubscribe xmlns="http://schemas.cordys.com/1.0/eventservice"> <subject>New User Added</subject> <subscriber> zipsocket://10.192.61.190:1079/</subscriber> <synchronous>true</synchronous> </Unsubscribe> </SOAP:Body> </SOAP:Envelope>
Request Parameters
Parameter |
Description |
---|---|
subject |
Subject on which subscription must be removed. |
subscriber |
URI or service groups to which the subject should be removed. |
synchronous |
Optional Boolean value that indicates whether an acknowledgement is required for the message sent. The default value is false. |
Note:
For information on sending SOAP requests, refer to Working with SOAP Requests and Responses.