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

What do you mean by marshalbyref?

646


State differences between MVC and WebAPI

609


Mention few asp.net validators.

580


Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?

578


Why do we use datasource in asp.net?

525






What do you mean by serialize and marshalbyref?

573


What are different types of api?

533


What is form submit?

521


I’m having some trouble with cas. How can I diagnose my problem?

595


Give some salient points of difference between request processor and request dispatcher.

618


What is session handling in a webfarm, how it can work with its limits?

630


What is asp.net response object?

564


Why we are using mvc instead of asp.net? : Asp.Net MVC

523


What is application state?

518


In order to get assembly info which namespace we should import?

528