what is webservices ? and what is web server ?
Answer Posted / rajesh
Web services (sometimes called application services) are
services (usually including some combination of programming
and data, but possibly including human resources as well)
that are made available from a business's Web server for Web
users or other Web-connected programs.
A web service (also webservice) is traditionally defined by
the W3C as "a software system designed to support
interoperable machine-to-machine interaction over a network.
It has an interface described in a machine-processable
format (specifically Web Services Description Language
WSDL). Other systems interact with the web service in a
manner prescribed by its description using SOAP messages,
typically conveyed using HTTP with an XML serialization in
conjunction with other web-related standards.
A Web server is a program that, using the client/server
model and the World Wide Web's Hypertext Transfer Protocol (
HTTP ), serves the files that form Web pages to Web users
(whose computers contain HTTP clients that forward their
requests). Every computer on the Internet that contains a
Web site must have a Web server program.
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is sdlc process?
Explain how asp.net different from asp?
What is aspect-oriented programming?
In which event of the page life cycle, is the viewstate available?
What New Features comes with ASP.NET Web API 2.0?
Why is an object pool required?
how can create login from create and written conde in asp.net
How you will manage the state of ASP.NET controls?
What are the various types of validation controls provided by asp.net?
What are ASHX files?
What parameters can you pass in the url of the api? Can get and post use the same url?
Can I stream live content/events?
What is HTTPModule and HTTPcontext? What is the use of each?
How does asp net store session ids by default?
How response object is related to asp's response object?