User`s manual
56
Parameter Type Specification Overview
The type of a parameter is specified by the attribute “type” within the tag.
Example
param1 is specified as being of type string:
<param1 type=”string”>My favorite color is blue.</param1>
If no type is specified, the value will be converted to a bool, int or float, in that order.
Example
<param1>TRUE</param1> param1 is a bool
<param1>1</param1> param1 is an int
<param1>1.0</param1> param1 is a fl
oat
For responses, type will always be specified.










