Step 3: Include the generated stub into your I4GL application

Add in all I4GL files calling a web service the generated .inc stub with a GLOBALS instruction.

For example, in the I4GL zipcode demo, only the clsoademo.4gl file uses web services. So add following line at beginning of the file :
GLOBALS "ws_zipcode_zipcode_detailsservice.inc"
MAIN
...
END MAIN
Note: This allows access to the Genero global variables and data types used in the web service call, so as the Genero global wsError record to retrieve error codes if any.