Answer Posted / 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 View All Answers
What is application session?
How does windows service lifecycle differ from a .standard. Exe?
What is content place holder?
How to Separate background image and front image from original picture....
What is the difference between web config and machine config files?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What are the events that happen when a client requests an asp.net page from iis server?
How do you design a website with multilingual support in ASP.NET ?
What do you understand from custom control?
What is application and session in asp.net?
List down the sequence of methods called during the page load.
Explain file-based dependency and key-based dependency.
What is a postback in asp net?
What is class and object in asp.net?
What is the differences between a primary key and a unique key in sql server?