views:

18

answers:

1

How might one go about implementing the client side for jUDDI v3 asynchronous subscription to listen for business entities to be added or deleted? My understanding is that a subscription is created and then jUDDI somehow calls a webservice. How do I create a subscription that points back to my webservice? I've looked through the tutorials and examples, but those seem to focus on synchronous subscriptions. Here is what I've read so far:

V3 API Docs

Apache jUDDI User Help

Another Tutorial from developer.com

I'm guessing this is fairly obvious and I'm missing something, so thank you for your patience.

A: 

Adding more examples and documentation is in the jUDDI issue tracking. Vote for it or donate to draw more attention to asynchronous subscription. Answer: coming soon

Adam