Full Glossary

Web Service

A URL to which data can be sent or retrieved to remotely communicate or control server-based software.

Web services are APIs that work over HTTP, so they can be invoked by remote systems. Commonly protocol formats are REST and SOAP.

For a CMS, a web service might allow remote system to add new content to the repository or search for specific content objects in which to retrieve.