.Net web services discovery - Answer to the web service questions

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 provides. The client requests this file to see all the available web services. This standard is useful when client already know about a company that offers web services. You can also use DISCO standard while working in local network. It is not helpful to find all web services over the internet.

UDDI
UDDI (Universal Description, Discovery, and Integration) offers centralized directory for web services over the internet. It hosts web services from different companies and can be used by the clients to find web services of their specific need. To make web services shared publicly, they have to be published in UDDI.
Data types supported by Web Services - Answer to the web service questions
Data types supported by Web Services - There are many proprietary .Net objects such as FileSteam, Eventlog etc. are not supported in the web services. These data types are .Net specific types that are not universally recognized, i.e. .Net specific only.
.Net web service Testing and consuming
.Net web service Testing and consuming - Testing a Web Service, Consuming a Web Service
Remoting.Net vs Web Services
In this section, we have listed out all differences between Remoting.Net and Web Services.
Post your comment