[QREncode]
Title = Encode a string into a QR Code
Abstract = Multiply two values and store the result in Result.
processVersion = 1
storeSupported = true
statusSupported = true
serviceProvider = qrencode.zo
serviceType = C
[Text]
Title = the input string
Abstract = The string to encode using QREncode.
minOccurs = 1
maxOccurs = 1
dataType = string
uom = meters
uom = feet
[fgcolor]
Title = the input string
Abstract = The string (RRGGBBAA) for for foreground color.
minOccurs = 0
maxOccurs = 1
dataType = string
value=000000
[bgcolor]
Title = the input string
Abstract = The string (RRGGBBAA) for for background color.
minOccurs = 0
maxOccurs = 1
dataType = string
value=ffffff
[size]
Title = the image size
Abstract = The generated image size.
minOccurs = 0
maxOccurs = 1
dataType = integer
value=3
[QR]
Title = the QR Code image
Abstract = The QRCode corresponding to the string encoded.
minOccurs = 1
maxOccurs = 1
mimeType = image/png