I know that UDDI gives the posibility of descovering a web service. Is there any alternative for UDDI that do the same thing : to discover web services?
Asked
Active
Viewed 759 times
2 Answers
4
UDDI is out of the scene these days. People are moving towards semantic web services. WSMO and OWL-s are major initiatives for semantic web services. These solutions can provide more precise results.
-
WSMO is thing to give try instead of UDDI – Mohammad Abu Musa Sep 21 '13 at 12:36
0
Here's a few
- mDNS/Bonjour/Avahi - can be used to share endpoint information for a web service, or anything else using a TXT record
- WS-Discovery - supported by CXF and WCF, shares implementation of a specific interface
- ebXML - had a component similar to UDDI

spy
- 3,199
- 1
- 18
- 26