2

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?

Roxana
  • 47
  • 1
  • 7

2 Answers2

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.

Kounavi
  • 1,090
  • 1
  • 12
  • 24
vinod
  • 151
  • 7
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