WS-Discovery Implementations for Java

3.5k views Asked by At

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

3

There are 3 answers

0
AudioBubble On BEST ANSWER

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.

0
Thomas On

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.

0
mpromonet On

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)