Wednesday, August 20, 2014

What is UDDI?

UDDI stands for Universal Description, Discovery and Integration. It is an open, 

Internet-based specification that offers directory service for storing information 

about web services.

Related Posts:

  • Explain in brief Web Service Standards Following are the standards used by web services: WSDL WSDL is used to create interface definition for a web services. It describes all about methods to the client, i.e. methods available in a web service, their parameters… Read More
  • Define the specifications that help in the discovery of a web service. DISCO DISCO, an abbreviation of discovery, is a file that groups together a list of related web services. A company that offers web services publishes a DISCO file on its server that has links of all the web services it pr… Read More
  • Explain the protocols a .Net Web Service uses. In .Net, a web service is bind with three different protocols such as HTTP/POST,  HTTP/GET, and SOAP. This allows client with three options to choose for  communication. The protocols are included in the WSD… Read More
  • Remoting.Net vs Web Services Both .Net Web services and .Net Remoting are Microsoft solutions for distributed application. Before choosing one of them for application development, let’s identify the differences between these technologies. Protocol .Ne… Read More
  • Why do we need .Net Web Services? We have a number of heterogeneous technologies available on internet. The demand for reusable components across platforms and programming languages are high. Most of the components have the limitation that they can't share … Read More

0 comments:

Post a Comment