Why do we need Web Services?



Why do we need Web Services?..

Answer / amey

We have a number of heterogeneous technologies available on
internet. The demand for reusable components across
platforms and programming languages are high. Most of the
components have the limitation that they can't share or
exchange data across different platforms, they are mostly
language specific or platform specific. The technologies
like COM, RMI, CORBA etc. contributed best to fulfill
requirements to some extent, but components result from
these said technologies are mostly either language specific
or platform specific.

To avoid above problem, we need to have web services.
Through web services we have overcome the problem of
interoperability between languages and platforms. Web
services uses SOAP as transport protocol which uses a text
based messaging model, i.e. XML to communicate between
disparate systems.

Is This Answer Correct ?    14 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What?s the difference between Response.Write() andResponse.Output.Write()?

7 Answers   Atos Origin, IBM,


hi all, can we sort the data set without using the gridview sort method

1 Answers   CGI,


how we declare interface

2 Answers  


Mention the namespace that is used to include .net data provider for sql server in .net code?

0 Answers  


What is Partial PostBack in ASP.NET?

0 Answers   Viscus Infotech,






Is asp.net mvc still used? : Asp.Net MVC

0 Answers  


How you can add an event handler?

0 Answers  


How to retrieve the information from datatable citywise in c#?

2 Answers   HCL,


Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc

0 Answers  


Can you explain one critical mapping?

0 Answers  


Difference between connected architecture and Dissconnected architecture?

2 Answers  


when a request is made in Life cycle of ASP.NET page .

0 Answers  


Categories