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 sta?
What are sessions and cookies?
where can i gather the materials for MCP certification
Explain a program using razor view engine to create a simple application? : asp.net mvc
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is asp.net with mvc? : Asp.Net MVC
What is the file extension of web service?
What's the ASP.Net Application life cycle?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
What is the difference between client-side and server-side validations in ASP.NET?
Can I have a unique key as foreign key?
What does mvc represent in asp.net? : asp.net mvc
Less than one page, how many windows will you be able to maintain?
How can exception be handled with out the use of try catch?
What is a query string in a url?