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
How can you handle errors in Web API?
How can we update records in gridview?Is there any appropriate code for it?
What is asp.net web pages?
To add a hyperlink column to the DataGrid which tag is used ?
What is a response cookie?
What is the application pool?
Can we use MSSql as backend in asp.net...if yes then How.?
Explain what is viewstate?
How may clustered index we can create in table?
What events will occur when a page is loaded?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
How to unit test Web API?
What is strong-typing versus weak-typing?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What is the difference between localization and globalization?