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
How to deploy/publish webservices?How many ways?Plz explain me
What is the basic difference between asp and asp.net?
What is difference between viewstate and session state in javascript?
What are Master Pages in ASP.NET?
What is a web server? What are the load limits in it?
Please briefly explain the usage of global.asax?
What is new asp.net core?
What is session management in web application?
Is asp.net 64-bit enabled? How?
Explain file-based dependency and key-based dependency.
What is the function used for removing an event listener?
What does asp in asp.net stand for?
What is anonymous authentication?
Explain what is clr?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?