what is the difference with web service and web applications?
Printable View
what is the difference with web service and web applications?
A web application has a user interface; a web service doesn't. Often a web application is built on a web service or exposes a service as a programmatic interface to its backend.