Last change
on this file since 221 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:
691 bytes
|
Rev | Line | |
---|
[1] | 1 | [HelloWorldJava] |
---|
| 2 | Title = Display a string |
---|
| 3 | Abstract = Display a string which contains an hello message |
---|
| 4 | processVersion = 1 |
---|
| 5 | storeSupported = true |
---|
| 6 | statusSupported = true |
---|
| 7 | serviceProvider = HelloJava |
---|
| 8 | serviceType = Java |
---|
| 9 | <MetaData> |
---|
| 10 | title = Demo |
---|
| 11 | </MetaData> |
---|
| 12 | <DataInputs> |
---|
| 13 | [S] |
---|
| 14 | Title = the string |
---|
| 15 | Abstract = The string to add to the hellow one. |
---|
| 16 | minOccurs = 1 |
---|
| 17 | maxOccurs = 1 |
---|
| 18 | <LiteralData> |
---|
| 19 | DataType = string |
---|
| 20 | <Default> |
---|
| 21 | </Default> |
---|
| 22 | </LiteralData> |
---|
| 23 | </DataInputs> |
---|
| 24 | <DataOutputs> |
---|
| 25 | [Result] |
---|
| 26 | Title = The hello string |
---|
| 27 | Abstract = The Hello message string. |
---|
| 28 | <LiteralOutput> |
---|
| 29 | DataType = string |
---|
| 30 | <Default> |
---|
| 31 | </Default> |
---|
| 32 | </LiteralOutput> |
---|
| 33 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.