[480] | 1 | <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 |
---|
[517] | 2 | ../wpsExecute_request.xsd" language="{{language}}"> |
---|
[480] | 3 | <!-- template-version: 0.21 --> |
---|
[753] | 4 | <ows:Identifier>{{Identifier}}</ows:Identifier> |
---|
| 5 | <wps:DataInputs> |
---|
[480] | 6 | {{#DataInputs}} |
---|
| 7 | {{#is_literal}} |
---|
[753] | 8 | <wps:Input> |
---|
| 9 | <ows:Identifier>{{identifier}}</ows:Identifier> |
---|
| 10 | <wps:Data> |
---|
| 11 | <wps:LiteralData{{#dataType}} dataType="{{dataType}}"{{/dataType}}>{{value}}</wps:LiteralData> |
---|
| 12 | </wps:Data> |
---|
| 13 | </wps:Input> |
---|
[480] | 14 | {{/is_literal}} |
---|
| 15 | {{#is_bbox}} |
---|
[753] | 16 | <wps:Input> |
---|
| 17 | <ows:Identifier>{{identifier}}</ows:Identifier> |
---|
| 18 | <wps:Data> |
---|
| 19 | <wps:BoundingBoxData ows:crs="{{crs}}" ows:dimensions="{{dimension}}"> |
---|
| 20 | <ows:LowerCorner>{{lowerCorner}}</ows:LowerCorner> |
---|
| 21 | <ows:UpperCorner>{{upperCorner}}</ows:UpperCorner> |
---|
| 22 | </wps:BoundingBoxData> |
---|
| 23 | </wps:Data> |
---|
| 24 | </wps:Input> |
---|
[480] | 25 | {{/is_bbox}} |
---|
| 26 | {{#is_complex}} |
---|
| 27 | {{#is_reference}} |
---|
| 28 | {{#is_get}} |
---|
[753] | 29 | <wps:Input> |
---|
| 30 | <ows:Identifier>{{identifier}}</ows:Identifier> |
---|
| 31 | <wps:Reference xlink:href="{{href}}"{{#schema}} schema="{{shema}}"{{/schema}}{{#mimeType}} mimeType="{{mimeType}}"{{/mimeType}}{{#encoding}} encoding="{{encoding}}"{{/encoding}}/> |
---|
| 32 | </wps:Input> |
---|
[480] | 33 | {{/is_get}} |
---|
| 34 | {{#is_post}} |
---|
[753] | 35 | <wps:Input> |
---|
| 36 | <ows:Identifier>{{identifier}}</ows:Identifier> |
---|
| 37 | <wps:Reference xlink:href="{{href}}" method="{{method}}" {{#schema}} schema="{{shema}}"{{/schema}}{{#mimeType}} mimeType="{{mimeType}}"{{/mimeType}}{{#encoding}} encoding="{{encoding}}"{{/encoding}}> |
---|
[517] | 38 | {{#headers}} |
---|
[753] | 39 | <wps:Header key="{{key}}" value="{{value}}" /> |
---|
[517] | 40 | {{/headers}} |
---|
[753] | 41 | <wps:Body>{{{value}}}</wps:Body> |
---|
| 42 | </wps:Reference> |
---|
| 43 | </wps:Input> |
---|
[480] | 44 | {{/is_post}} |
---|
| 45 | {{/is_reference}} |
---|
| 46 | {{^is_reference}} |
---|
[753] | 47 | <wps:Input> |
---|
[480] | 48 | <ows:Identifier>{{identifier}}</ows:Identifier> |
---|
| 49 | <wps:Data> |
---|
[753] | 50 | <wps:ComplexData{{#schema}} schema="{{shema}}"{{/schema}}{{#mimeType}} mimeType="{{mimeType}}"{{/mimeType}}{{#encoding}} encoding="{{encoding}}"{{/encoding}}>{{#is_XML}}{{{value}}}{{/is_XML}}{{^is_XML}}<![CDATA[{{{value}}}]]>{{/is_XML}}</wps:ComplexData> |
---|
[480] | 51 | </wps:Data> |
---|
| 52 | </wps:Input> |
---|
| 53 | {{/is_reference}} |
---|
| 54 | {{/is_complex}} |
---|
| 55 | {{/DataInputs}} |
---|
[753] | 56 | </wps:DataInputs> |
---|
| 57 | <wps:ResponseForm> |
---|
[480] | 58 | {{#RawDataOutput}} |
---|
[517] | 59 | {{#DataOutputs}} |
---|
[752] | 60 | <wps:RawDataOutput {{#mimeType}}mimeType="{{mimeType}}"{{/mimeType}}> |
---|
[480] | 61 | <ows:Identifier>{{identifier}}</ows:Identifier> |
---|
| 62 | </wps:RawDataOutput> |
---|
[517] | 63 | {{/DataOutputs}} |
---|
[480] | 64 | {{/RawDataOutput}} |
---|
| 65 | {{^RawDataOutput}} |
---|
| 66 | <wps:ResponseDocument{{#storeExecuteResponse}} storeExecuteResponse="{{storeExecuteResponse}}"{{/storeExecuteResponse}}{{#lineage}} lineage="{{lineage}}"{{/lineage}}{{#status}} status="{{status}}"{{/status}}> |
---|
| 67 | {{#DataOutputs}} |
---|
| 68 | {{#is_literal}} |
---|
[517] | 69 | <wps:Output{{#dataType}} dataType="{{dataType}}"{{/dataType}}{{#uom}} uom="{{uom}}"{{/uom}}> |
---|
[480] | 70 | <ows:Identifier>{{identifier}}</ows:Identifier> |
---|
| 71 | </wps:Output> |
---|
| 72 | {{/is_literal}} |
---|
| 73 | {{^is_literal}} |
---|
| 74 | <wps:Output{{#asReference}} asReference="{{asReference}}"{{/asReference}}{{#schema}} schema="{{schema}}"{{/schema}}{{#mimeType}} mimeType="{{mimeType}}"{{/mimeType}}{{#encoding}} encoding="{{encoding}}"{{/encoding}}> |
---|
| 75 | <ows:Identifier>{{identifier}}</ows:Identifier> |
---|
| 76 | </wps:Output> |
---|
| 77 | {{/is_literal}} |
---|
| 78 | {{/DataOutputs}} |
---|
| 79 | </wps:ResponseDocument> |
---|
| 80 | {{/RawDataOutput}} |
---|
| 81 | </wps:ResponseForm> |
---|
| 82 | </wps:Execute> |
---|