.Net web services interview questions, web services faq

.Net Web Service - Web service is the way to publish application's function on web that can be accessible to the rest of the world.......
SOAP, WSDL, and UDDI - SOAP, Simple Object Access Protocol is a communication protocol, a way to structure data before transmitting it, is based on XML standard..
.Net Web Service protocols - In .Net, a web service is bind with three different protocols such as HTTP/POST, HTTP/GET, and SOAP.
.Net web services documentation - ASP.NET web services are considered as self documenting as they provides all information about what methods are available
ASP.NET web services requirement - ASP.NET web services are the great way to expose your middle tier components via internet.
.Net Web Services Need - Deploying the .Net Web Services is as simple as any ASP.NET application.
Distributed Technology - The need of distributed technologies arises with the requirement of distributed computing applications.
Web services use HTTP protocol for sending and receiving messages between the applications. The data encoding in web services is based on XML......
Advantages of .Net Web Services - Web services may extend its interface and add new methods without affecting the clients as long as they still provide the old methods and parameters.
Web Service Standards - Following are the standards used by web services
.Net web services discovery - DISCO, an abbreviation of discovery, is a file that groups together a list of related web services.
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 - Testing a Web Service, Consuming a Web Service
In this section, we have listed out all differences between Remoting.Net and Web Services.