开发者

What is UDDI in the context of webservices?

What is UDDI in the context of Webservic开发者_StackOverflow中文版e ?


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.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜