What is a WebService and what is the underlying protocol
used in it? Namespace?
Answer Posted / p.ramakrishna
Web Services enable the exchange of data and the remote
invocation of application logic using XML messaging to move
data through firewalls and between heterogeneous systems.
The key to understanding Web Services is knowledge of the
underlying protocols. Importantly, by default, all
communications between Web Services servers and clients is
through XML messages transmitted over the HTTP protocol.
SOAP (Simple Object Access Protocol) is the protocol that
allows us to encapsulate object calls as XML.
Disco and UDDI
You need to know where and how to locate a Web Service in
order to be able to use it - a process known as discovery.
The aim of these two protocols is to facilitate the
discovery process.
WSDL
WSDL (WebServices Description Language) does what it says -
allows description of the Web Service - it specifies the
SOAP messages that it can send and receive.
System.Web.Services.WebService.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Web API uses which library for JSON serialization?
How to find last error which occurred?
What is base class of button control in .net?
What is the difference between “Web.config” and “Machine.Config”?
What is dynamic web page with example?
What is the concepts of globalization and localization in .net?
How can you dynamically add user controls to a page?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
How can we create a website?
What do you mean by serialize?
Explain the difference between debug.write and trace.write? When should each be used?
How many types of file extensions for razor views in ASP.Net MVC?
What is validation in asp.net?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is the viewstate in asp.net?