Answer Posted / santosh deshmukh
Web Services are business logic components which provide
functionality via the Internet
using standard protocols such as HTTP.
Web Services 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 independent
so the consumer of a Web Service is therefore completely
shielded from any
implementation details about the platform exposing the Web
Service. For the consumer it
is simply a black box of send and receive XML over HTTP. So
any web service hosted on
windows can also be consumed by UNIX and LINUX platform.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is asp.net and .net same?
How to bind all the binding controls in a page at once in ASP.NET?
Explain about solution explorer window?
explain code with multi inhertance
Explain how cookies work.
What is the advantage of mvc over asp.net? : Asp.Net MVC
Explain the disadvantages of viewstate?
How does session authentication work?
What is session authentication?
Is it right that ASP.NET Web API has replaced WCF?
If you are using components in your application, how can you handle exceptions raised in a component?
What’s the catch?
What is postback pixel?
Explain about consistent programming model in the .NET framework?
How to create multi language website in asp.net mvc? : Asp.Net MVC