Home > Configuration > Application Firewall > setappfwprofile_xmlsoapfaultaction

setappfwprofile_xmlsoapfaultaction

Use this method to set one or more XML SOAP Fault Filtering actions. Available settings function as follows:
* Block - Block connections that violate this security check.
* Log - Log violations of this security check.
* Stats - Generate statistics for this security check.
* None - Disable all actions for this security check.
* Remove - Remove all violations for this security check.

CLI users: To enable one or more actions, type "set appfw profile -XMLSOAPFaultAction" followed by the actions to be enabled. To turn off all actions, type "set appfw profile -XMLSOAPFaultAction none".

Syntax



Parameters

name

Name of the profile that you want to modify.
This is mandatory parameter.

xmlsoapfaultaction

One or more XML SOAP Fault Filtering actions. Available settings function as follows: * Block - Block connections that violate this security check. * Log - Log violations of this security check. * Stats - Generate statistics for this security check. * None - Disable all actions for this security check. * Remove - Remove all violations for this security check. CLI users: To enable one or more actions, type "set appfw profile -XMLSOAPFaultAction" followed by the actions to be enabled. To turn off all actions, type "set appfw profile -XMLSOAPFaultAction none".
Default value = AS_DEFAULT_DISPOSITION.
Possible Values : none, block, log, remove, stats.

Return Value

Returns simpleResult

See Also