Web service: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer mNo edit summary |
imported>Pat Palmer No edit summary |
||
Line 1: | Line 1: | ||
{{subpages}} | {{subpages}} | ||
A '''web service''' is a broad term referring to various ''client-server'' approaches to distributing software across a network. More narrowly, a web service is a program addressable by a URL on a [[web server]], which can be invoked from a client machine elsewhere on the network. | A '''web service''' is a broad term referring to various ''client-server'' approaches to distributing software across a network. More narrowly, a web service is a program addressable by a URL on a [[web server]], which can be invoked from a client machine elsewhere on the network. Conceptually, a web service may be regarded as a distributed [[application programming interface]] (API). |
Revision as of 17:38, 6 June 2011
A web service is a broad term referring to various client-server approaches to distributing software across a network. More narrowly, a web service is a program addressable by a URL on a web server, which can be invoked from a client machine elsewhere on the network. Conceptually, a web service may be regarded as a distributed application programming interface (API).