Tell about WebService in Asp.Net?

Answers were Sorted based on User's Feedback



Tell about WebService in Asp.Net?..

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

Tell about WebService in Asp.Net?..

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

Tell about WebService in Asp.Net?..

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

Tell about WebService in Asp.Net?..

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

Tell about WebService in Asp.Net?..

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

Post New Answer

More ASP.NET Interview Questions

You need to be able to retrieve data from DataSet object that has four DataTable objects. There are currently UniqueConstraint and ForeignKeyConstraint Object on the DataTable objects to enforce the data rules. You find that you can retrieve the data from the individual DataTable objects, but you are not able to retrieve the data from the combination of DataTable objects in a Parent/Child manner. What should you do to able to retrieve the data in a Parent/Child manner? a) Set the EnforceParentChild parameter of the DataSet to True. b) Set the EnforceRelation parameter of the Relations collection to True. c) Add DataRelation objects to the Relations Collection to make the DataSet present the data in Parent/Child manner. d) Add a primary key and a foreign key to each of the DataTable objects that should present the data in a Parent/Child manner.

1 Answers   Syntax Softtech,


Explain page output caching?

0 Answers  


What is the transport protocol you use to call a Web service?

2 Answers   Siebel Systems,


What are the Types of objects in ASP

0 Answers   Microsoft,


What is a WebService and what is the underlying protocol used in it? Namespace?

1 Answers  






Are xaml file compiled or built on runtime?

0 Answers  


List the asp.net validation controls?

0 Answers  


How can we Deploy a website?

2 Answers  


what is AutoEventWireUp and what is the use of This property explain in details?

0 Answers   ITC Infotech,


What is the use of worker process in asp.net?

0 Answers  


When during the page processing cycle is ViewState available?

1 Answers  


What is Forms Authentication in ASP.NET?

0 Answers  


Categories