WS-Discovery Implementations for Java [closed]

2019-02-18 03:23发布

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

3条回答
何必那么认真
2楼-- · 2019-02-18 03:37

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.

查看更多
【Aperson】
3楼-- · 2019-02-18 03:41

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.

查看更多
Fickle 薄情
4楼-- · 2019-02-18 03:50

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)

查看更多
登录 后发表回答