What is a WebService and what is the underlying protocol
used in it? Namespace?



What is a WebService and what is the underlying protocol used in it? Namespace?..

Answer / 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

More ASP.NET Interview Questions

What are the components of ado.net?

0 Answers  


Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Server username and passwords). Which one is trusted and which one is untrusted?

3 Answers  


Who creates jsessionid?

0 Answers  


List down the sequence of methods called during the page load.

0 Answers  


Explain the use of resource manager class in .net.

0 Answers  






Explain some of the major built-in objects in asp.net

0 Answers  


Trigger syntax in sql2000

1 Answers   Wipro,


what are the types of ASP objects ?

7 Answers   Satyam,


What is the use of web.config and machine.config files?

0 Answers   Amdocs,


What is form submit?

0 Answers  


What are the different authentication modes in asp.net?

0 Answers  


hi guys do u know how to go one page to one page to another page plz tell me any of u know

3 Answers  


Categories