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 a bubbled event?

3 Answers   Siebel,


Explain the scenario where we go for inpro and outpro session?

3 Answers  


What is the difference between system.stringbuilder and system.string

0 Answers  


What is the appSettings Section in the web.config file?

0 Answers   MindCracker,


What is the default Orientation property in a Menu control?

0 Answers   Sans Pareil IT Services,






What is fulltrust?

0 Answers  


What is a web api endpoint?

0 Answers  


What does aspcompat="true" mean?

0 Answers  


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

0 Answers  


How does a content page differ from a master page?

0 Answers  


diff between Server.Transfer() and Server.Execute()

1 Answers  


Can we override the enablepartialrendering property of the scriptmanager class?

0 Answers  


Categories