Hi You can find an example in the 3.0 release of servicemix. This is the wsn-http-binding example. In this example the WS-NotificationBroker is exposed through HTPP so that you can subscribe to a topic from outside the JBI container. The wsdl of the NotificationBroker service is (in the example) at this address : http://localhost:8192/Broker/main.wsdl When an event occurs on a WS resource, the subscriber will get notified. The only thing missing in the example is how to use it ;), what kind of soap request you should send to subscribe (the wsdl is not enough). You can find documentation of WS-Notification at this address :http://www-128.ibm.com/developerworks/grid/library/gr-ws-not/ There are examples of such requests.
dadade wrote: > > This sounds like what I want to do. Where can I find the complete > example? > > Thanks > > > frederic.dreyfus wrote: >> >> I'll post a complete example (with the source code) of this use case >> ASAP. >> >> To answer your previous question, the consumer needs to expose a Notify >> Web Service as well to get notifications from the Bus. As I said, the >> code will follow... >> >> Cheers, >> >> Fred >> > > -- View this message in context: http://www.nabble.com/Send-a-remote-WS-Notification-subscription-tf1524232.html#a6660863 Sent from the ServiceMix - User mailing list archive at Nabble.com.
