-zoc iqsrv15 server option

Redirects web service client information to a file.

Syntax

iqsrv15 -zoc filename ...

Applies to

All operating systems and database servers.

This option has not been fully tested with servers in the cloud.

Remarks

The web service client log file contains HTTP requests and transport data recorded for outbound web service client calls. Logging is enabled automatically when you specify the -zoc server option. You can enable and disable logging to this file using the sa_server_option system procedure:

CALL sa_server_option( 'WebClientLogging', 'ON' );

Example

The following command starts the database server so that it listens for HTTP web requests on port 80, and logs outbound web service client information to the file clientinfo.txt:

iqsrv15 web.db -xs HTTP(PORT=80) -zoc clientinfo.txt