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
What are the new features added from ASP to ASP.NET?
Where would you use an ihttpmodule, and what are the limitations of any?
Where is session cookies stored?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What is the significance of ASP.NET routing?
What is the difference between dispose() and finalize()?
How can we create pie chart in asp.net?
What do you mean by role-based security?
Describe in brief .net framework and its components.
Describe the diffeerence between inline and code behind?
Explain managed code an un-managed code.
What is synchronous and Asynchronous post back ?
What is IPostBack? How to use it?
Can you use c# without .net?
How to prevent client side validation from the ASP.NET validation controls?