ilayaraja Manoharan | Hi Shwetha Sajeev, Please try this if it works: You need to starts a HttpListener from .Net windows application. You can use either the GetContext/BeginGetContext method of the HttpListener object to start listening for the notifications from the CUPS Presence Web service. The method GetContext method is returned (in case of BeginGetContext method call, the callback given by you will be invoked) when a notification is received from the server. The notification will include the subscription ID as one of the Get parameters of the HTTP request (i.e. the HTTP notification) received from the server. Then you have to call the GetSubscribedPresence method to get the actual presence details for the subscription. Hope this helps you. Regards, Ilayaraja M |
| Please sign in to flag this as inappropriate. |