Last change
on this file since 291 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:
832 bytes
|
Rev | Line | |
---|
[24] | 1 | [HelloPL] |
---|
| 2 | Title = Create a welcome message string. |
---|
| 3 | Abstract = Create a welcome string. |
---|
| 4 | processVersion = 2 |
---|
| 5 | storeSupported = true |
---|
| 6 | statusSupported = true |
---|
| 7 | serviceProvider = Hello.pl |
---|
| 8 | serviceType = Perl |
---|
[80] | 9 | <MetaData> |
---|
[24] | 10 | title = Demo |
---|
| 11 | </MetaData> |
---|
| 12 | <DataInputs> |
---|
| 13 | [a] |
---|
| 14 | Title = Input string |
---|
| 15 | Abstract = The name to display in the welcome message. |
---|
| 16 | minOccurs = 1 |
---|
| 17 | maxOccurs = 1 |
---|
[80] | 18 | <MetaData> |
---|
[24] | 19 | title = My test |
---|
| 20 | </MetaData> |
---|
| 21 | <LiteralData> |
---|
| 22 | DataType = string |
---|
| 23 | <Default> |
---|
| 24 | </Default> |
---|
| 25 | </LiteralData> |
---|
| 26 | </DataInputs> |
---|
| 27 | <DataOutputs> |
---|
| 28 | [Result] |
---|
| 29 | Title = The welcome message |
---|
| 30 | Abstract = The welcome message created by service. |
---|
[80] | 31 | <MetaData> |
---|
[24] | 32 | title = My test |
---|
| 33 | </MetaData> |
---|
| 34 | <LiteralData> |
---|
| 35 | DataType = string |
---|
| 36 | <Default> |
---|
| 37 | </Default> |
---|
| 38 | </LiteralData> |
---|
| 39 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.