Last change
on this file since 131 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
|
Rev | Line | |
---|
[83] | 1 | [hellojs1] |
---|
[1] | 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 |
---|
[80] | 10 | <MetaData> |
---|
[1] | 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 |
---|
[80] | 19 | <MetaData> |
---|
[1] | 20 | title = Mon test |
---|
| 21 | </MetaData> |
---|
| 22 | <LiteralData> |
---|
[83] | 23 | dataType = string |
---|
[1] | 24 | <Default> |
---|
| 25 | </Default> |
---|
| 26 | </LiteralData> |
---|
| 27 | </DataInputs> |
---|
| 28 | <DataOutputs> |
---|
| 29 | [result] |
---|
| 30 | Title = The resulting string |
---|
| 31 | Abstract = The string created by service. |
---|
[80] | 32 | <MetaData> |
---|
[1] | 33 | title = Mon test |
---|
| 34 | </MetaData> |
---|
| 35 | <LiteralOutput> |
---|
[83] | 36 | dataType = string |
---|
[1] | 37 | <Default> |
---|
| 38 | </Default> |
---|
| 39 | </LiteralOutput> |
---|
| 40 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.