The library file
WSHelper.42m, included in the
$FGLDIR/lib directory of the Genero Web Services package, should be linked into
every client or server program. Assuming the example client code shown above is in a module named
clientmain.4gl, you can compile and link the client
program:
fglcomp clientmain.4gl Example2Client.4gl
fgllink -o myclient.42r clientmain.42m Example2Client.42m WSHelper.42m