Tell about WebService in Asp.Net?

Answer Posted / dilshad

Web services are a standardized way for one application to
invoke a method of another application. These applications
may reside on different computers that are some way
connected, such as by a local area network or, more
commonly, by the Internet. With Web services you have two
actors, a client and a server. The server makes some set of
methods available. These methods, when called, will perform
some action and/or return some data. The client invokes one
of the available methods of the server. Like methods in a
class library, the methods of a Web service can accept an
arbitrary number of input parameters, and can optionally
return a result. The Web services standard spells out in
great detail how a client can invoke a Web service method
from a server. The standard dictates how input parameters
and return values are passed from one computer to the
other, how faults are handled, and a myriad of other
complications.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about secure socket layer?

522


What is asp net application object?

535


If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?

520


What is server side session management?

524


What are triggers of an updatepanel?

549






What is the difference between sealed vs static class?

577


Please brief not about xsd,xslt & xml?

542


What is advantage of asp.net?

543


What is the use of the tag in the web.config file?

569


What is the Difference between MVC And MVP design pattrens

2201


What is the difference between typeof() vs gettype()?

549


What are the different methods of session maintenance in asp.net?

533


What websites use asp.net?

522


To display data in a Repeater control which template you provide?

586


Explain difference betn dataset and recordset?

528