We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
在提出问题时,CXF 不支持 WS-Discovery。从版本 2.7 开始就受支持 (http://cxf.apache.org/docs/ 27-migration-guide.html)
At the time of the question CXF was not supporting WS-Discovery. It is supported since release 2.7 (http://cxf.apache.org/docs/27-migration-guide.html)
请检查我的轻量级方法 JavaWsDiscovery:https://github.com/thhart/javaWsDiscovery。它将使用 WS-Discovery 探针查询本地网络,并返回所有应答设备。
Please check my lightweight approach JavaWsDiscovery: https://github.com/thhart/javaWsDiscovery. It will query the local network with a WS-Discovery probe and returns you all answering devices.
我所知道的唯一 Java 实现是这个: http://code.google .com/p/java-ws-discovery/
Wiki 中有 JAX-WS 示例。
The only Java-implementation that I know of is this one: http://code.google.com/p/java-ws-discovery/
There are JAX-WS examples in the Wiki.