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 is data reader in asp.net?

0 Answers  


what is webservices. howit is use in our project .

1 Answers   Patni,


how to do pakaging nd deployment

1 Answers  


In how many ways we can retrieve table records count?

0 Answers  


How do you bind array to gridview? Will it works?

4 Answers   HP,


I have got less marks in bsc it So how to get interview.tell me

1 Answers  


How does SQL Server session state works

1 Answers   Emphasis,


What are the difference between overriding and overloading?

0 Answers  


difference between gridview,data list and repeater control

7 Answers   ABC, Olive Tech,


Which two properties are there on every validation control?

2 Answers  


What is the main differences between asp and asp.net?

0 Answers  


State differences between MVC and WebAPI

0 Answers  


Categories