Last change
on this file since 649 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
|
Line | |
---|
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 |
---|
9 | <MetaData> |
---|
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. |
---|
28 | <MetaData> |
---|
29 | title = Demo XSL use case |
---|
30 | </MetaData> |
---|
31 | <ComplexData> |
---|
32 | <Default> |
---|
33 | mimeType = text/xml |
---|
34 | encoding = UTF-8 |
---|
35 | schema = http://schemas.opengis.net/wps/1.0.0/wpsExecute_response.xsd |
---|
36 | </Default> |
---|
37 | <Supported> |
---|
38 | mimeType = text/xml |
---|
39 | encoding = UTF-8 |
---|
40 | schema = http://schemas.opengis.net/wps/1.0.0/wpsExecute_response.xsd |
---|
41 | </Supported> |
---|
42 | </ComplexData> |
---|
43 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.