Each function defines an operation of the service.
You will need to write a function to implement each operation, using the input and output global records.
To implement your Add operation:
#User Public Functions
FUNCTION add()
LET add_out.r = add_in.a + add_in.b
END FUNCTION