Web service: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Pat Palmer
No edit summary
imported>Pat Palmer
(more definition)
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.  Conceptually, a web service may be regarded as a distributed [[application programming interface]] (API).
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 an [[application programming interface]] (API) distributed across a network and callable by the client without regard for the underlying operating system on which the web service runs.

Revision as of 18:39, 6 June 2011

This article is developing and not approved.
Main Article
Discussion
Definition [?]
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

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 an application programming interface (API) distributed across a network and callable by the client without regard for the underlying operating system on which the web service runs.