| | 130 | === Section Not Found (Asynchronous call with full data included) === |
| | 131 | |
| | 132 | Even if it is not mentioned in the original report, you can also use the storeExecuteReponse="true" for ResponseDocument with the asReference attribute for the Output settled to true as in the following request : |
| | 133 | |
| | 134 | {{{ |
| | 135 | #!xml |
| | 136 | <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"> |
| | 137 | <ows:Identifier>Buffer</ows:Identifier> |
| | 138 | <wps:DataInputs> |
| | 139 | <wps:Input> |
| | 140 | <ows:Identifier>InputPolygon</ows:Identifier> |
| | 141 | <ows:Title>Playground area</ows:Title> |
| | 142 | <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> |
| | 143 | <wps:Input> |
| | 144 | <ows:Identifier>BufferDistance</ows:Identifier> |
| | 145 | <ows:Title>Distance which people will walk to get to a playground.</ows:Title> |
| | 146 | <wps:Data> |
| | 147 | <wps:LiteralData>10</wps:LiteralData> |
| | 148 | </wps:Data> |
| | 149 | </wps:Input> |
| | 150 | </wps:DataInputs> |
| | 151 | <wps:ResponseForm> |
| | 152 | <wps:ResponseDocument storeExecuteResponse="true" status="true"> |
| | 153 | <wps:Output asReference="false"> |
| | 154 | <ows:Identifier>Result</ows:Identifier> |
| | 155 | </wps:Output> |
| | 156 | </wps:ResponseDocument> |
| | 157 | </wps:ResponseForm> |
| | 158 | </wps:Execute> |
| | 159 | }}} |
| | 160 | |
| | 161 | The resulting document and the statusLocation document are both '''Valid'''. |
| | 162 | |