What is UDDI in the context of Webservice ?
Asked
Active
Viewed 1,309 times
2 Answers
1
UDDI is universal Discription, Discovery and Integration. It is directly that is used to publish and discover public web services. More details are available at site http://www.UDDI.org

funsukvangdu
- 1,621
- 4
- 20
- 33
-
8Actually, the real answer is that UDDI is an obsolete failure that is almost never used in practice. – John Saunders Oct 03 '11 at 15:02
0
UDDI stands for Universal description, discovery and integration.UDDI is a XML based network directory where web service owners register their web services and client can search, find and invoke web services.
Features of UDDI -
- UDDI is a XML based registry and platform independent.
- UDDI works just like a telephone directory where a business can be registered as per its name, geography and the web services it publishes.
- UDDI Supports SOAP, RMI and CORBA for communication. SOAP is the most popular and common protocol for communication.
- UDDI registers the WSDL address URL of a web service. A client of the web service searches and finds the WSDL in the UDDI registry. Once received the WSDL can be invoked by using the URL.

siddhartha chakraborty
- 143
- 1
- 7