A service for adding numbers.
urn:icsy:venice:wsdl:math
xsd:int addInt (xsd:int a, xsd:int b)
Adds two int values.
xsd:integer addInteger (xsd:integer a, xsd:integer b)
Adds two integer values.
xsd:long addLong (xsd:long a, xsd:long b)
Adds two long values.
xsd:float addFloat (xsd:float a, xsd:float b)
Adds two float values.
xsd:double addDouble (xsd:double a, xsd:double b)
Adds two double values.
xsd:decimal addDecimal (xsd:decimal a, xsd:decimal b)
Adds two decimal values.
Generated by the Venice Service Compiler on Thu May 10 14:14:50 CEST 2012