LogxWebActivityXML
| Initial Build | 2007.01 |
| Module | Admin |
| Current Setting Type | Drop Down List |
Use this system option to store the full XML of the xWeb request or response in the ws_activity_log table. This option is relevant only when the LogAllxWebActivity option is set to true.
Depending on the volume of xWeb calls, this table can grow to a large size. It can be safely truncated after any analysis is completed. In a stable production system, this table should generally have zero rows. Alternatively, you can use SOAP Request Tracing, a server-side technique, to log web service calls.
Important! Logging xWeb Activity degrades xWeb performance. Every time the activity is logged, one or more records are inserted in a database log table. This feature is useful in development scenarios for diagnostics but it should not be enabled for a significant length of time in a production system. For hosted clients, if this option is left on, it will be turned off and the log table truncated; this is done to maintain optimal performance.
The default for this option is None.
Current Setting
The current setting for LogxWebActivityXML is used as follows:
Values: This system option can be set to the following values:
- None—Record only the web method in the xwl_method column of the ws_activity_log table.
- Request—Record the request in the xwl_request_xml column of the ws_activity_log table, as well as the method.
- Response— Record the response in the xwl_response_xml column of the ws_activity_log table, as well as the method, but do not record the request.
- Both— Record the method, request and response.
Default Value: None
Fields
This system option includes the following fields:
Description: This field gives the description of the system option, including its use and default value.
Important! Do not modify the following fields after the system option is first created. Changing these fields after they have been used can invalidate existing data.
Category: This field sets the category (usually the module) where the system option is used.
Type: The Type field determines the display type of the Current setting field (check box, drop-down list, or text box).
Values: The values field indicates the allowed values for the Current setting field.
Availability
Each system option includes the following availability settings:
Entity Level Option?: Select this check box to make this system option available on an entity level.
Visible To External Systems?: Select this check box to make this system option available in xWeb.