Tell about WebService in Asp.Net?
Answers were Sorted based on User's Feedback
Answer / dan
Webservice is provides informations which can be accessed
remotely from other computers. Eg. CNN news(Service
provider) publish weather information service which is used
by Yahoo inc(Sevice client) using SOAP protocols thru HTTP.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / kautilya
Webservice is an application which resides on server and
used to share data and information. It provides Platform
indpendent service, so any user with any operating system
cant use it. it uses SOAP to transfer and receive data. It
basically populates data in XML format which can be used by
every one.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / 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 |
Answer / rajsh kumar
WebServices is the Business Logic components which provide
functionality via Internet using standard protocal such as
HTTP.
websrvices use SOAP in order to expose the business
functionality.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / dotnetfox
webservice is a application with business logics that uses
standard protocal to intract with one or more web in
different platform on network.
| Is This Answer Correct ? | 3 Yes | 0 No |
what are the differences between windows services and web services?
Explain authorization levels in .net ?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How Can we use multiple forms in single asp.net application?
What are session state modes?
Why is global asax is used for?
How to bind all the binding controls in a page at once in ASP.NET?
What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0
hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.
How can we Validate a Controls in ASP.NET page using JavaScript?
What is Http handler?
Explain the difference between overriding and overloading?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)