Last change
on this file since 940 was
917,
checked in by djay, 6 years ago
|
Merge prototype-v0 branch in trunk
|
-
Property svn:keywords set to
Id
|
File size:
786 bytes
|
Rev | Line | |
---|
[794] | 1 | [longProcessMono] |
---|
[917] | 2 | Title = Demo long process. |
---|
| 3 | Abstract = This service doesn't do anything except taking its time, it demonstrates how to use the updateStatus function from your ZOO Service. |
---|
[794] | 4 | processVersion = 2 |
---|
| 5 | storeSupported = true |
---|
| 6 | statusSupported = true |
---|
| 7 | serviceProvider = TestService.dll |
---|
| 8 | serviceNameSpace = Default |
---|
| 9 | serviceClass = Service |
---|
| 10 | serviceType = Mono |
---|
| 11 | <DataInputs> |
---|
| 12 | [a] |
---|
| 13 | Title = Input string |
---|
| 14 | Abstract = The name to display in the welcome message. |
---|
[917] | 15 | minOccurs = 0 |
---|
[794] | 16 | maxOccurs = 1 |
---|
| 17 | <LiteralData> |
---|
| 18 | dataType = int |
---|
[917] | 19 | <Default /> |
---|
[794] | 20 | </LiteralData> |
---|
| 21 | </DataInputs> |
---|
| 22 | <DataOutputs> |
---|
| 23 | [Result] |
---|
| 24 | Title = The welcome message |
---|
| 25 | Abstract = The welcome message created by service. |
---|
| 26 | <LiteralData> |
---|
| 27 | DataType = string |
---|
| 28 | <Default /> |
---|
| 29 | </LiteralData> |
---|
| 30 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.