We have subscribed to PushNotifications on EWS 2010 server. The subscription went through successfully. But, We are not getting any notifications from the server.
We have implemented a Listener based on the EWSAPI_JavaOnly.zip downloaded from http://www.thesoftwaregorilla.com/2010/07/exchange-web-services-example-part-4-subscriptions-and-notifications/.
It seems the EWS server is not trying to send notifications, since the listener is not called.
- Is there any permissions / settings that we need to make to enable the server to send notifications to a push subscriber?
- How can we list / delete existing subscriptions (both pull and push) on the EWS server?
NB: The Pull subscriptions are working.