I would to use the events notification feature in my aplication when a service is modified, can someone help me? Im looking for a code sample about this.
This is a server side unit test that shows how to setup a Subscription for an email notification.
In reality the Subscription should be created by publishing a Subscription object to registry using Web UI
or Java UI.
Web Service Notification setup is similar with added burden that you MUST provide a
web service endpoint.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=366837
Originator: NO
Please do not conduct a discussiuon here. If you need followup
please post to ebxmlrr-tech mailing list after joining it.
The best we have to offer is in the source file:
test/org/freebxml/omar/server/event/EmailNotifierTest.java
This is a server side unit test that shows how to setup a Subscription for an email notification.
In reality the Subscription should be created by publishing a Subscription object to registry using Web UI
or Java UI.
Web Service Notification setup is similar with added burden that you MUST provide a
web service endpoint.