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

Why we use content place holder in asp.net?

794


what are the ihttphandler and ihttphandlerfactory interfaces ?

751


What is the asp.net control toolkit?

820


Explain About WebService

921


What's the difference between viewstate and sessionstate?

832


What is the difference between user control an custom control?

876


What is the use of global.asax file?

794


What are the new data controls in asp.net 2.0?

732


What is the difference between application state and caching?

796


What is & in a url?

743


Do gac'ed assemblies have fulltrust?

881


What is custom attribute?

773


What is the use of session?

731


Is session stored in browser?

747


What is asynchronous call?

829