Last change
on this file since 849 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:
833 bytes
|
Line | |
---|
1 | [hellojs1] |
---|
2 | Title = HelloWorld Service in JavaScript |
---|
3 | Abstract = Output and Hello Wolrd string |
---|
4 | Profile = urn:ogc:wps:1.0.0:buffer |
---|
5 | processVersion = 2 |
---|
6 | storeSupported = true |
---|
7 | statusSupported = true |
---|
8 | serviceProvider = hello.js |
---|
9 | serviceType = JS |
---|
10 | <MetaData> |
---|
11 | title = Demo |
---|
12 | </MetaData> |
---|
13 | <DataInputs> |
---|
14 | [S] |
---|
15 | Title = Name |
---|
16 | Abstract = The name to display in the hello message |
---|
17 | minOccurs = 1 |
---|
18 | maxOccurs = 1 |
---|
19 | <MetaData> |
---|
20 | title = Mon test |
---|
21 | </MetaData> |
---|
22 | <LiteralData> |
---|
23 | dataType = string |
---|
24 | <Default> |
---|
25 | </Default> |
---|
26 | </LiteralData> |
---|
27 | </DataInputs> |
---|
28 | <DataOutputs> |
---|
29 | [result] |
---|
30 | Title = The resulting string |
---|
31 | Abstract = The string created by service. |
---|
32 | <MetaData> |
---|
33 | title = Mon test |
---|
34 | </MetaData> |
---|
35 | <LiteralOutput> |
---|
36 | dataType = string |
---|
37 | <Default> |
---|
38 | </Default> |
---|
39 | </LiteralOutput> |
---|
40 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.