what is webservices. howit is use in our project .



what is webservices. howit is use in our project ...

Answer / alb.shah

Web Services are business logic components which provide
functionality via the Internet using standard protocols
such as HTTP.

Web Sevices uses Simple Object Access Protocol(SOAP) in
order to expose the business functionality. SOAP defines a
standardized format in XML which can be exchanged between
two entities over standard protocols such as HTTP. SOAP is
platform indipendent so consumer of a Web Service is
therfore completely shielded from any implementation
details about the platform edposing the Web Service. For
the consumer it is simply ablack box of sen and receive XML
over HTTP.

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is dataset and uses of dataset ?

6 Answers   HCL, TCS,


Write a code for "RequiredFieldValidator" in java script

5 Answers   Wipro,


Describe the sequence of action takes place on the server when ASP.NET application starts first time?

0 Answers   CDC,


Difference between Array and ArrayList? How Array is benifitful than ArrayList?

3 Answers   Tech Mahindra,


If we write return statement in finally block will it works fine or throws any error?

1 Answers   Patni,






what is value type to reference type

6 Answers   AG Technologies, IBM,


What are the various ways of securing a web site that could prevent from hacking etc ?

1 Answers  


What is the need to give <compilation debug=true> command ?

3 Answers   Netsweeper,


What are sessions in asp net?

0 Answers  


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

0 Answers  


Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

0 Answers  


What r the remotable objects. and how u make an application remotable

1 Answers  


Categories