WS_DATA_RETENTION_PATH
This option indicates the directory where the retention data of a web service will be stored.
To turn it on, set the option with a valid filepath;
To turn it off, set it as empty ''.
Example
CODE
CALL "SYSADMIN.setDefaultOptionValue"(
'WS_DATA_RETENTION_PATH',
'E:\DV\ws'
);;
WS_DATA_RETENTION_PATH is available since v4.4