Hi Nipun,
I’m developing a web service which will inform the clients when for example the value of a variable change, the client will be automatically informed, just something like the notification system in Java (subscription,lisenter,notification). I’ve found some definitions for the web service notification by OASIS
The purpose of the Web Services Notification (WSN) TC is to define a set of specifications that standardise the way Web services interact using “Notifications” or “Events”. They form the foundation for Event Driven Architectures built using Web services.
These specifications provide a standardized way for a Web service, or other entity, to disseminate information to a set of other Web services, without having to have prior knowledge of these other Web Services. They can be thought of as defining “Publish/Subscribe for Web services”.
Have you some idea about it? Thanks.
Wei.