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 asp net theme?
How can we make sure that Web API returns JSON data only?
How can we create a website?
What is a server cookie?
What is server infrastructure?
What is the use of global.asax file?
What are server objects?
What is asp.net web pages?
How about the security in Activex DLL and Activex EXE ?
What is asp net_sessionid?
What is asp.net ajax?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Explain the difference between asp.net mvc and asp.net webforms
What is GAC in ASP.NET 2.0
What is difference between datalist and gridview?