Base notification

The Web Services Base Notification specification defines WSDL port types for applications that want to act as a NotificationProducer or a NotificationConsumer. A NotificationProducer is an application that wants to insert event notifications into the system, whereas a NotificationConsumer application wants to receive event notifications that have been published by a different application (usually a NotificationProducer application).

Applications that wish to consume event notifications asynchronously must expose a Web service endpoint that implements the NotificationConsumer Port Type (synchronous consumption of event notifications is achieved using a Pull Point and does not require the application to expose a Web service endpoint). The applications then locate the NotificationProducer (or NotificationBroker) application that produces the event notifications they want to receive and invoke the Subscribe operation on that NotificationProducer application. The Subscribe operation has several parameters that allow the consuming application to indicate which type of notifications it is interested in (for example using the topic of the notification). One of the required parameters of the Subscribe operation is the ConsumerReference parameter, where the consuming application indicates the endpoint against which the Notify operation can be invoked when matching event notifications are generated by the NotificationProducer application.

The NotificationProducer application is responsible for the following tasks in relation to its production of event notifications:

A NotificationProducer application works cooperatively with a SubscriptionManager service to handle the lifecycle of a Subscription, allowing both scheduled (that is terminationTime) and immediate destruction and deletion of the Subscription.

For an introduction to basic Web services terminology such as port type, see Deploying Web services with WSDL: Part 1.




Related concepts
Brokered notification
WS-Topics
Learning about WS-Notification
WS-Notification - overview
Related tasks
WS-Notification - publish and subscribe messaging for Web services
Securing WS-Notification
Related reference
http://docs.oasis-open.org/wsn/wsn-ws_base_notification-1.3-spec-os.pdf
WS-Notification troubleshooting tips
Concept topic Concept topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 30, 2013 4:53:43 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-base-dist&topic=cjwsn_base
File name: cjwsn_base.html