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
How to fetch a data from one table to another table in asp.net ?
How do active server pages work?
What is the difference between trace and debug in asp.net?
What is enableviewstate?
How to find out what version of asp.net I am using on my machine?
Why web api is better than wcf?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is distributed system in asp.net?
Differentiate between file-based dependency and key-based dependency.
What is postback request?
How asynchronous call can be implemented using delegates?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What are session cookies?
What are the features that make asp.net more used framework? : asp.net mvc
Are cookies stored on server or client?