[Multiply]
Title = Multiply two values
Abstract = Multiply two values and stor the result in Result.
processVersion = 1
storeSupported = true
statusSupported = true
serviceProvider = test_service.zo
serviceType = C
title = Demo
[A]
Title = first value
Abstract = The value used to multiply by B.
minOccurs = 1
maxOccurs = 1
DataType = float
[B]
Title = second value
Abstract = The value used to multiply by A.
minOccurs = 1
maxOccurs = 1
DataType = float
[Result]
Title = A x B
Abstract = The value of A x B.
DataType = float