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

i want the asp.net technical questions and answeres

1595


Explain form level validation and field level validation?

509


What is asynchronous call?

571


Describe the diffeerence between inline and code behind?

503


Can we use a static function with a non-static variable?

498






Can more than one person use the same login?

566


What is the purpose of url encoding?

482


How to disable disable browser's Back button in asp.net (JavaScript)?

554


Which is faster viewdata or viewbag?

532


Where is the view state data stored in asp net?

554


What is razor? : asp.net mvc

545


How can we access static variable?

641


What are the uses of reflection?

571


Define what is razor? : asp.net mvc

569


How does asp net store session ids by default?

521