Last change
on this file since 593 was
471,
checked in by djay, 10 years ago
|
Remove leaks from DescribeProcess? and JavaScript? support. Fix wrong ulinet update on previous commit. Use the new updateStatus/setOutputValue functions as described in #88 from longProcess. Add default value for QREncode service in ZCFG. Fix name of profile service in the ZCFG file.
|
File size:
1.5 KB
|
Line | |
---|
1 | [QREncode] |
---|
2 | Title = Encode a string into its QR Code |
---|
3 | Abstract = Multiply two values and stor the result in Result. |
---|
4 | processVersion = 1 |
---|
5 | storeSupported = true |
---|
6 | statusSupported = true |
---|
7 | serviceProvider = qrencode.zo |
---|
8 | serviceType = C |
---|
9 | <DataInputs> |
---|
10 | [Text] |
---|
11 | Title = the input string |
---|
12 | Abstract = The string to encode using QREncode. |
---|
13 | minOccurs = 1 |
---|
14 | maxOccurs = 1 |
---|
15 | <LiteralData> |
---|
16 | dataType = string |
---|
17 | <Default> |
---|
18 | uom = meters |
---|
19 | </Default> |
---|
20 | <Supported> |
---|
21 | uom = feet |
---|
22 | </Supported> |
---|
23 | </LiteralData> |
---|
24 | [fgcolor] |
---|
25 | Title = the input string |
---|
26 | Abstract = The string (RRGGBBAA) for for foreground color. |
---|
27 | minOccurs = 0 |
---|
28 | maxOccurs = 1 |
---|
29 | <LiteralData> |
---|
30 | dataType = string |
---|
31 | <Default> |
---|
32 | value=000000 |
---|
33 | </Default> |
---|
34 | </LiteralData> |
---|
35 | [bgcolor] |
---|
36 | Title = the input string |
---|
37 | Abstract = The string (RRGGBBAA) for for background color. |
---|
38 | minOccurs = 0 |
---|
39 | maxOccurs = 1 |
---|
40 | <LiteralData> |
---|
41 | dataType = string |
---|
42 | <Default> |
---|
43 | value=ffffff |
---|
44 | </Default> |
---|
45 | </LiteralData> |
---|
46 | [size] |
---|
47 | Title = the image size |
---|
48 | Abstract = The generated image size. |
---|
49 | minOccurs = 0 |
---|
50 | maxOccurs = 1 |
---|
51 | <LiteralData> |
---|
52 | dataType = integer |
---|
53 | <Default> |
---|
54 | value=3 |
---|
55 | </Default> |
---|
56 | </LiteralData> |
---|
57 | </DataInputs> |
---|
58 | <DataOutputs> |
---|
59 | [QR] |
---|
60 | Title = the QR Code image |
---|
61 | Abstract = The QRCode corresponding to the string encoded. |
---|
62 | minOccurs = 1 |
---|
63 | maxOccurs = 1 |
---|
64 | <ComplexData> |
---|
65 | <Default> |
---|
66 | mimeType = image/png |
---|
67 | </Default> |
---|
68 | </ComplexData> |
---|
69 | </DataOutputs> |
---|
Note: See
TracBrowser
for help on using the repository browser.