pp108 : Subscribe

Subscribe

This Web service operation is used to subscribe to the Event service.

SOAP Request

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP:Body>
        <Subscribe xmlns="http://schemas.cordys.com/1.0/eventservice">
            <subject>New User Added</subject>
            <subscriber> zipsocket://10.192.61.190:1079/</subscriber>
            <synchronous>true</synchronous>
        </Subscribe>
    </SOAP:Body>
</SOAP:Envelope>

Request Parameters

Parameter

Description

subject

Subject on which subscription must be done.

subscriber

URI or service group to which the subject should be subscribed.

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.