Web Service

A web service is a service available on a network and will allow other systems to communicate with it, using a defined protocol. The web part indicates that the service is using transport protocols designed for the World Wide Web, i.e. it uses HTTP to communicate. Other systems can be web applications, apps in phones and similar.

There are two major flavors of web services: Simple Object Access Protocol SOAP and Representational State Transfer REST.