Last change
on this file since 804 was
384,
checked in by djay, 12 years ago
|
Fix asynchronous support on windows platform, fix storage of responseDocument and add a sample service in Python language using the ZOO-API. Update makefile.vc and nmake.opt to remove unneeded cgic linkage. Fix for headers section to display only if needed.
|
File size:
839 bytes
|
Line | |
---|
1 | [demo] |
---|
2 | Title = Demo long process. |
---|
3 | Abstract = This service doesn't do anything except taking its time to return an error message, it demonstrates how to use the update_status function of the Python ZOO-API from your services code. |
---|
4 | processVersion = 1 |
---|
5 | storeSupported = true |
---|
6 | statusSupported = true |
---|
7 | serviceProvider = service |
---|
8 | serviceType = Python |
---|
9 | <DataInputs> |
---|
10 | [sid] |
---|
11 | Title = Service ID |
---|
12 | Abstract = A ZOO Service ID (unused). |
---|
13 | minOccurs = 0 |
---|
14 | maxOccurs = 1 |
---|
15 | <LiteralData> |
---|
16 | dataType = integer |
---|
17 | <Default /> |
---|
18 | </LiteralData> |
---|
19 | </DataInputs> |
---|
20 | <DataOutputs> |
---|
21 | [Result] |
---|
22 | Title = ExecuteResponse document |
---|
23 | Abstract = The resulting ExecuteResponse document. |
---|
24 | <MetaData> |
---|
25 | title = Demo XSL use case |
---|
26 | </MetaData> |
---|
27 | <LiteralData> |
---|
28 | dataType = string |
---|
29 | <Default> |
---|
30 | </Default> |
---|
31 | </LiteralData> |
---|
32 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.