Write the BDL function

Your function defines an operation of the service.

A Web service function is a normal BDL function that uses the input and output records that you have defined.

Example

FUNCTION add()
   LET add_out.r = add_in.a + add_in.b
END FUNCTION