This document proposes a RESTful approach to implementing OGC Web Processing Services (WPS). It discusses representing geoprocessing operations as addressable resources that can be invoked via HTTP verbs like GET and POST. Operations return job resources that can then be monitored. Formats like JSON, KML and GML are supported through content negotiation. An example humanitarian relief workflow is presented to demonstrate chaining processes through their RESTful interfaces. The design aims to provide seamless integration of WPS capabilities into RESTful geospatial web services and applications.