Search code examples
javaweb-servicesws-discovery

WS-Discovery Implementations for Java


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


Solution

  • 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.