| | 119 | |
| | 120 | === section 5.28 (RawDataOutput test) === |
| | 121 | |
| | 122 | {{{ |
| | 123 | #!xml |
| | 124 | <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"> |
| | 125 | <ows:Identifier>Buffer</ows:Identifier> |
| | 126 | <wps:DataInputs> |
| | 127 | <wps:Input> |
| | 128 | <ows:Identifier>InputPolygon</ows:Identifier> |
| | 129 | <ows:Title>Playground area</ows:Title> |
| | 130 | <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> |
| | 131 | <wps:Input> |
| | 132 | <ows:Identifier>BufferDistance</ows:Identifier> |
| | 133 | <ows:Title>Distance which people will walk to get to a playground.</ows:Title> |
| | 134 | <wps:Data> |
| | 135 | <wps:LiteralData>10</wps:LiteralData> |
| | 136 | </wps:Data> |
| | 137 | </wps:Input> |
| | 138 | </wps:DataInputs> |
| | 139 | <wps:ResponseForm> |
| | 140 | <wps:RawDataOutput> |
| | 141 | <ows:Identifier>Result</ows:Identifier> |
| | 142 | </wps:RawDataOutput> |
| | 143 | </wps:ResponseForm> |
| | 144 | </wps:Execute> |
| | 145 | }}} |