Interface Add

A service for adding numbers.

XML Namespace

urn:icsy:venice:wsdl:math

XSD Data Types

faults:  http://www.v-grid.info/types/faults.xsd

Operations

 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