Compiling the client application

It is recommended that the library file WSHelper.42m, included in the $FGLDIR/lib directory of the Genero Web Services package, is linked into every client or server program.

Assuming the example client code is in a module named clientmain.4gl, you can compile and link the client program:
fglcomp clientmain.4gl
fglcomp Example2Client.4gl
fgllink -o myclient.42r clientmain.42m Example2Client.42m WSHelper.42m