WS-Discovery Implementations for Java [closed]

天大地大妈咪最大 提交于 2019-12-01 05:16:56

问题


Are there any implementations of the WS-Discovery specification for JAX-WS RI, Axis2, CXF or other toolkits?


回答1:


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.




回答2:


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)




回答3:


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.



来源:https://stackoverflow.com/questions/1946206/ws-discovery-implementations-for-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!