문제

What is UDDI in the context of Webservice ?

도움이 되었습니까?

해결책

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

다른 팁

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.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top