简体   繁体   中英

What is UDDI in the context of webservices?

什么是Web服务上下文中的UDDI?

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 -

  1. UDDI is a XML based registry and platform independent.
  2. UDDI works just like a telephone directory where a business can be registered as per its name, geography and the web services it publishes.
  3. UDDI Supports SOAP, RMI and CORBA for communication. SOAP is the most popular and common protocol for communication.
  4. 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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM