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
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is an imagemap in asp.net?
Explain MVC model binders?
Explain asp.net mvc request life cycle? : asp.net mvc
What is the postback property in asp.net?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
How to implement globalization and localization in the use interface in .net.
Why is this service branded with windows livetm?
What are httphandlers and httpmodules and difference between them?
How to handle errors in Web API?
What is asp net theme?
How can I configure asp.net applications that are running on a remote machine?
What are the disadvantages of using session?
How can we provide the WebParts control functionality to a server control?
Diff between web user control and web custom control?