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
Explain the use of duration attribute of @outputcache page directive.
What is custom attribute? How to create?
What is simple data binding?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Define transparent caching with aop?
9. Why should we hire you over the others waiting to be interviewed?
What's the use of formatters in .net?
How can you handle errors in Web API?
What is the purpose of using MVC programming pattern in ASP.NET?
What is asynchronous call?
What are the advantages of using session?
What are the different kinds of assemblies?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
Difference between Response.redirect vs server.transfer?
What is use of Master Page in ASP.NET web pages?