# Web Processing Service

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Web_Processing_Service
> Markdown URL: https://mediated.wiki/source/Web_Processing_Service.md
> Source: https://en.wikipedia.org/wiki/Web_Processing_Service
> Source revision: 1283637204
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

This article includes a list of references, related reading, or external links, but its sources remain unclear because it lacks inline citations. Please help improve this article by introducing more precise citations. (September 2013) (Learn how and when to remove this message)

The [OGC](/source/Open_Geospatial_Consortium) **Web Processing Service** (**WPS**) Interface Standard provides rules for standardizing inputs and outputs (requests and responses) for invoking geospatial processing services, such as polygon overlay, as a [web service](/source/Web_service). The WPS standard defines how a client can request the execution of a process, and how the output from the process is handled. It defines an interface that facilitates the publishing of geospatial processes and clients’ discovery of and binding to those processes. The data required by the WPS can be delivered across a network or they can be available at the server. WPS can describe any calculation (i.e. process) including all of its inputs and outputs, and trigger its execution as a web service. WPS supports simultaneous exposure of processes via [HTTP](/source/HTTP) [GET](/source/GET_(HTTP)), [HTTP](/source/HTTP) [POST](/source/POST_(HTTP)), and [SOAP](/source/SOAP_(protocol)), thus allowing the client to choose the most appropriate interface mechanism. The specific processes served up by a WPS implementation are defined by the owner of that implementation. Although WPS was designed to work with spatially referenced data, it can be used with any kind of data.

WPS makes it possible to publish, find, and bind to processes in a standardized and thus interoperable fashion. Theoretically, it is transport/platform neutral (like [SOAP](/source/SOAP)), but in practice it has only been specified for [HTTP](/source/HTTP).

## Operations

WPS defines three operations:

1. *GetCapabilities* returns service-level [metadata](/source/Metadata)

1. *DescribeProcess* returns a description of a process including its inputs and outputs

1. *Execute* returns the output(s) of a process

WPS operations are invoked by submitting [XML](/source/XML) or URL-encoded requests to an *Online Resource URL*. When requesting an *Execute* operation the HTTP request identifies the inputs, the name of process to be executed, and the form of output to be provided.

## Properties

WPS has the following properties:

1. Inputs can be web-accessible [URLs](/source/URLs) or embedded in the request.

1. Outputs can be stored as web-accessible [URLs](/source/URLs) or embedded in the response.

1. For a single output such as a [GIF](/source/GIF) image, WPS can return the output directly, without any XML wrapper.

1. It supports multiple input and output formats.

1. It supports long-running processes.

1. It supports [SOAP](/source/SOAP) and [WSDL](/source/Web_Services_Description_Language).

A WPS is usually not invoked directly. More often, it is invoked by a client application that provides the user with interactive controls. This client application may or may not be web-based.

WPS version 2.0 was released in 2015. Previous version 1.0.0 was released to the public in June 2007. Version 0.4.0 was released as an OGC Request for Public Comment in 2005 and implemented by several early adopters.

## See also

- [WPS Simple](http://geoprocessing.info/wpsdoc/1x0Simple)

- [Web Feature Service](/source/Web_Feature_Service)

- [Web Map Service](/source/Web_Map_Service)

## External links

- [OpenGIS Web Processing Service (WPS) Standard, Version 1.0.0](http://www.opengeospatial.org/standards/wps)

- [WPS resources at geoprocessing.info](http://geoprocessing.info/wpsdoc/)

- [OSGeo](http://osgeo.org) [Evaluation of WPS 0.4.0](http://www.osgeo.org/files/journal/final_pdfs/OSGeo_vol1_OGC.pdf)

- [OGC WPS Interoperability Experiment press release](http://www.opengeospatial.org/pressroom/pressreleases/414)

- [OGC WPS Request for Public Comments](http://www.opengeospatial.org/standards/requests/28)

- [deegree](http://www.deegree.org) Open source [Java](/source/Java_(programming_language)) implementation (WPS 0.4.0 & [WPS 1.0.0](http://wiki.deegree.org/deegreeWiki/deegree3/WebProcessingService)) with example processes

- [WPSint](http://wpsint.tigris.org/) Open source [Java](/source/Java_(programming_language)) implementation of WPS 0.4.0 (includes a generic client)

- [PyWPS](http://pywps.org/) Open source [Python](/source/Python_(programming_language)) implementation of WPS 1.0.0

- [ZOO Project WPS](http://www.zoo-project.org) implementation of WPS 1.0.0 and 2.0.0

- [WPS.NET](https://code.google.com/p/wps-net/) Open source .NET implementation of WPS 1.0.0

- [QGIS WPS client](http://plugins.qgis.org/plugins/wps/)

- [OGC-Services.NET - Free List of OGC Services](https://web.archive.org/web/20070422043406/http://www.ogc-services.net/) (New Services can be added manually)

- [OpenLayers](http://openlayers.org) Contains WPS Parser

v t e Standards of the Open Geospatial Consortium (OGC) CSW GeoPackage GeoRSS GeoSPARQL GML KML O&M OGC Reference Model SensorML SOS SFA SLD SRID TransducerML TMS WaterML WCS WFS WMS WMTS WPS

---
Adapted from the Wikipedia article [Web Processing Service](https://en.wikipedia.org/wiki/Web_Processing_Service) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Web_Processing_Service?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
