| 90 | |
| 91 | === section 5.18.1.4 (Asynchronous call with data included) === |
| 92 | |
| 93 | {{{ |
| 94 | #!xml |
| 95 | <wps:Execute service="WPS" version="1.0.0" xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsExecute_request.xsd"> |
| 96 | <ows:Identifier>Buffer</ows:Identifier> |
| 97 | <wps:DataInputs> |
| 98 | <wps:Input> |
| 99 | <ows:Identifier>InputPolygon</ows:Identifier> |
| 100 | <ows:Title>Playground area</ows:Title> |
| 101 | <wps:Reference xlink:href="http://dreal-official.geolabs.fr/mapjax/webservices/wfs/dreal_lr_general/?VERSION=1.1.0&version=1.0.0&request=GetFeature&typename=Znieff1&maxfeatures=1"/></wps:Input> |
| 102 | <wps:Input> |
| 103 | <ows:Identifier>BufferDistance</ows:Identifier> |
| 104 | <ows:Title>Distance which people will walk to get to a playground.</ows:Title> |
| 105 | <wps:Data> |
| 106 | <wps:LiteralData>10</wps:LiteralData> |
| 107 | </wps:Data> |
| 108 | </wps:Input> |
| 109 | </wps:DataInputs> |
| 110 | <wps:ResponseForm> |
| 111 | <wps:ResponseDocument storeExecuteResponse="true" status="true"> |
| 112 | <wps:Output asReference="true"> |
| 113 | <ows:Identifier>Result</ows:Identifier> |
| 114 | </wps:Output> |
| 115 | </wps:ResponseDocument> |
| 116 | </wps:ResponseForm> |
| 117 | </wps:Execute> |
| 118 | }}} |