what is webservices. howit is use in our project .
Answer Posted / alb.shah
Web Services are business logic components which provide
functionality via the Internet using standard protocols
such as HTTP.
Web Sevices 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 indipendent so consumer of a Web Service is
therfore completely shielded from any implementation
details about the platform edposing the Web Service. For
the consumer it is simply ablack box of sen and receive XML
over HTTP.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain the use of duration attribute of @outputcache page directive.
What is a swagger in web api?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is web configuration file and how to use in web application
What is full trust in asp.net?
How do you identify that the page is postback?
What are directives in asp.net? List down all the important directives.
What is the caspol.exe tool used for?
What is _viewstart?
What are sessions and cookies?
Is a dll file an executable?
What is the difference between the response.write() and response.output.write() methods?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is the displayafter property in updateprogress control?
What is anonymous authentication?