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 |
Why we are using mvc instead of asp.net? : Asp.Net MVC
what is the difference between primary key and foreign key?
What is syntax code to send email from an asp.net application?
In which situation can you not use a viewstate?
What is the default timeout for a cookie?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is app_code folder in asp net?
Differentiate between client-side and server-side validations in web pages.
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
How do you manage session in ASP and ASP.NET ?
2 Answers Cap Gemini, Microsoft,
what is the difference b/w Asp.net server controls and html server controls in .net?
2 Answers iGate, Profiniti Systems,
Why session is used in asp.net?