Last change
on this file since 301 was
106,
checked in by djay, 14 years ago
|
Correct the zcfg files and add the Python Services Provider base-vect-ops-py to run with QGIS WPS Client.
|
File size:
1.3 KB
|
Rev | Line | |
---|
[26] | 1 | [GetStatus] |
---|
| 2 | Title = Produce an updated ExecuteResponse document. |
---|
| 3 | Abstract = Create an ExecuteResponse document from a sid (Service ID), it will use the niternal ZOO Kernel mechanisms to access the current status from a running Service and update the percentCompleted from the original backup file used by the ZOO Kernel when running a Service in background. |
---|
| 4 | processVersion = 1 |
---|
| 5 | storeSupported = true |
---|
| 6 | statusSupported = true |
---|
| 7 | serviceProvider = wps_status.zo |
---|
| 8 | serviceType = C |
---|
[80] | 9 | <MetaData> |
---|
[26] | 10 | title = Demo GetStatus request |
---|
| 11 | </MetaData> |
---|
| 12 | <DataInputs> |
---|
| 13 | [sid] |
---|
| 14 | Title = Service ID |
---|
| 15 | Abstract = The ZOO Service ID of the ZOO Service we want to get the current status. |
---|
| 16 | minOccurs = 1 |
---|
| 17 | maxOccurs = 1 |
---|
| 18 | <LiteralData> |
---|
| 19 | DataType = integer |
---|
| 20 | <Default> |
---|
| 21 | </Default> |
---|
| 22 | </LiteralData> |
---|
| 23 | </DataInputs> |
---|
| 24 | <DataOutputs> |
---|
| 25 | [Result] |
---|
| 26 | Title = ExecuteResponse document |
---|
| 27 | Abstract = The resulting ExecuteResponse document. |
---|
[80] | 28 | <MetaData> |
---|
[26] | 29 | title = Demo XSL use case |
---|
| 30 | </MetaData> |
---|
[106] | 31 | <ComplexData> |
---|
[26] | 32 | <Default> |
---|
[106] | 33 | mimeType = text/xml |
---|
| 34 | encoding = UTF-8 |
---|
| 35 | schema = http://schemas.opengis.net/wps/1.0.0/wpsExecute_response.xsd |
---|
[26] | 36 | </Default> |
---|
| 37 | <Supported> |
---|
[106] | 38 | mimeType = text/xml |
---|
| 39 | encoding = UTF-8 |
---|
| 40 | schema = http://schemas.opengis.net/wps/1.0.0/wpsExecute_response.xsd |
---|
[26] | 41 | </Supported> |
---|
[106] | 42 | </ComplexData> |
---|
[26] | 43 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.