Debugging

The Genero Web Services library gives you the ability to log the data your Web Service application is receiving from or sending to another application by turning on the debug mode.

Debug information is written to the standard error stream of the console; if needed, it can be redirected to a file.

To turn on the debugging feature, set the FGLWSDEBUG environment variable before starting the application.

The level of debugging depends on the value set for the FGLWSDEBUG variable.

Possible values are described in the FGLWSDEBUG environment variable definition.

Note: To debug a Web Service application managed by the Application Server, you have to modify the value of the FGLWSDEBUG environment variable in the Application Server configuration file. For more information, refer to the Genero Application Server Manual documentation.