
A cross-platform Java implementation of WS-Discovery. WS-Discovery is a Web Service discovery protocol that uses UDP multicast and SOAP/XML to discover new services. It is one of the several technologies used in Microsofts WSDAPI.
Code examples:
- WsDiscoveryFinderExample - How to discover services using WS-Discovery
- WsDiscoveryUsingServerExample - How to discover services using the WS-Discovery server class
- WsDiscoveryPublishJaxWs - How to publish a JAX-WS generated service
- WsDiscoveryInvokeJaxWs - How to discovery and invoke a JAX-WS generated service with WS-Discovery