Kunal will pay $0.00 to the first person to successfully answer the question:

What are web services??

funded

Answer Kunal's question

People succeed in answering Kunal's questions 0% of the time (0 success in 9 attempts).

Counter Offer:

$5 | $6 | $7 | other:

Answers by: webuff | drew | dansnow | Jason McMunn

drew's Answer:

Reply by drew 498 days ago

A web service is just code of some sort that may take parameters and return a response.

For example you may make a web service to return the weather based on a zipcode/postcode.

When the web service is hit with a request (for example a html form post) it returns the response (this might be xml).

So you go to ... www.mysite.com/webservice.php?code=5000

The web service is just code that will take that 5000 and calculate the weather for that area.

The W3C defines a Web service (many sources also capitalize the second word, as in Web Services) as a software system designed to support interoperable Machine to Machine interaction over a network. Web services are frequently just Web APIs that can be accessed over a network, such as the Internet, and executed on a remote system hosting the requested services.

http://en.wikipedia.org/wiki/Web_services

Reply by drew 498 days ago

A web service is just code of some sort that may take parameters and return a response.

For example you may make a web service to return the weather based on a zipcode/postcode.

When the web service is hit with a request (for example a html form post) it returns the response (this might be xml).

So you go to ... www.mysite.com/webservice.php?code=5000

The web service is just code that will take that 5000 and calculate the weather for that area.

The W3C defines a Web service (many sources also capitalize the second word, as in Web Services) as a software system designed to support interoperable Machine to Machine interaction over a network. Web services are frequently just Web APIs that can be accessed over a network, such as the Internet, and executed on a remote system hosting the requested services.

http://en.wikipedia.org/wiki/Web_services