Server / Writing a Web server application |
The library file WSHelper.42m, included in the $FGLDIR/lib directory of the Genero Web Services package, should be linked into every GWS Server application.
If your application uses the fglwsdl tool to generate information, link the .4gl generated file into the application.
fglcomp example1.4gl fgllink -o example1.42r example1.42m WSHelper.42m
fglcomp example2main.4gl my_function.4gl example1Service.4gl fgllink - o example2.42r example2main.42m my function.42m example1Service.42m WSHelper.42m