如何从客户端使用UDDI的异步订阅服务?
如何实现 jUDDI v3 异步订阅的客户端来侦听要添加或删除的业务实体?我的理解是,创建订阅,然后 jUDDI 以某种方式调用 Web 服务。如何创建指向我的网络服务的订阅?我已经浏览了教程和示例,但这些似乎侧重于同步订阅。以下是我到目前为止读过的内容:
我猜这个相当明显,我遗漏了一些东西,所以感谢您的耐心等待。
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:
Another Tutorial from developer.com
I'm guessing this is fairly obvious and I'm missing something, so thank you for your patience.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
jUDDI 还活着并且运转良好。
我们最近有一个完全按照您的要求进行操作的示例。
Java: http://svn.apache.org/repos/asf/juddi/trunk/juddi-examples/more-uddi-samples/src/main/java/org/apache/juddi/samples /SubscriptionCallbackExample.java
.NET:http://svn.apache.org/repos/asf/juddi/trunk/juddi-client.net/juddi-client.net-sample/ org.apache.juddi.client.samples/SubscriptionCallbackExample.cs
jUDDI 邮件列表是一个很好的资源。也有人经常在 freenode #juddi IRC 上。
jUDDI is alive and well.
We have a recent example of doing exactly what you asked for.
Java: http://svn.apache.org/repos/asf/juddi/trunk/juddi-examples/more-uddi-samples/src/main/java/org/apache/juddi/samples/SubscriptionCallbackExample.java
.NET: http://svn.apache.org/repos/asf/juddi/trunk/juddi-client.net/juddi-client.net-sample/org.apache.juddi.client.samples/SubscriptionCallbackExample.cs
The jUDDI mailing lists is a good resource. There's also someone usually on freenode #juddi IRC.
添加更多示例和文档位于 jUDDI 问题跟踪中。投票或捐赠以吸引更多人关注异步订阅。
更新
这些示例已在 3.1.0 中更新,正如间谍所说,jUDDI 正在开发中。
Adding more examples and documentation is in the jUDDI issue tracking. Vote for it or donate to draw more attention to asynchronous subscription.
Update
The examples were updated in 3.1.0 and as spy said jUDDI is under development.