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

how can u display multi language (i.e english,spanish...) web site?

2 Answers  


Where is ViewState information stored?

18 Answers   DSRC, HCL,


When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

0 Answers   BirlaSoft,


How do you declare static variable?

0 Answers  


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  






what does Page.IsValid in asp.net

6 Answers   Infosys, Net Solution,


What is the base class of .NET?

6 Answers  


Features in ASP.NET ?

1 Answers   Microsoft,


Life cycle of ASP.NET page when a request is made ?

4 Answers   MMTS,


Do you know about caching with the datasource controls?

0 Answers  


With out Web.config can we executes the application?

10 Answers   Valtech,


What is the difference between client-side and server-side validations in ASP.NET?

0 Answers   Sans Pareil IT Services,


Categories