bushman brought next idea :
Quote:
> Hello,
>
> What is the difference between a web app and a web service?
>
> Thanks for your responses.
A web-app generates HTML pages, to be viewed by a human through a
browser.
A web service is meant to be accessed by some other application. It
usually returns XML.
Hans Kesting