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
How can we create pie chart in asp.net?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
How to Separate background image and front image from original picture....
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What are the differences between the response.write() and response.output.write()?
Explain the difference between authentication and authorization.
Is asp.net mvc front end or backend? : Asp.Net MVC
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
Where session id is stored?
Define xmlreader class.
how to debug web services on consumer side?
What is an example of an application service provider?
What is postback request?
Why would anyone need to implement their own hashtable or linked list?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?