pp108 : GetSubscribers

GetSubscribers


This Web service operation is used to retrieve all the subscribers available for a particular subject from the Event service.

SOAP Request

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP:Body>
        <GetSubscribers xmlns="http://schemas.cordys.com/1.0/eventservice">
            <subject>test</subject>
        </GetSubscribers>
    </SOAP:Body>
</SOAP:Envelope>

Request Parameters

Parameter

Description

subject

The subject for which a subscriber list must be retrieved.


SOAP Response

<GetSubscribersResponse xmlns="http://schemas.cordys.com/1.0/eventservice">
    <subject name="test">
        <subscriber>socket://machine1:22858/</subscriber>
        <subscriber>socket://machine2:22326/</subscriber>
    </subject>
</GetSubscribersResponse>