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
What is the difference between viewstate and hidden field in asp.net?
What is http session state?
Explain difference betn dataset and recordset?
Which two new properties are added in asp.net 4.0 page class?
What is application state?
Explain Session state management options in ASP.NET.
What is a viewbag?
Differentiate between authentication and authorization.
Which is better session or viewstate?
What is the use of web.config and machine.config files?
How do we sort the data from a dataset?
What are the built-in objects in asp.net?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
What is the difference between a candidate key and primary key?
Is it possible to create web application with both webforms and mvc?