Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel4
minLevel4
typeflat

...

Name

CHARACTER_SET_ENCODING

Possible Values

Any valid encoding standard (E.g., UTF-8, UTF-16 etc.)

Default Behavior

N/A

Scope

axis2

Description

Specifies the encoding type used for the content of the files processed by the transport. 

Example

<property name="CHARACTER_SET_ENCODING" value="UTF-8" scope="axis2" type="STRING"/>

Name

DISABLE_COOKIE

Possible Values

true

Default Behavior

false

Scope

axis2

Description

Remove cookie header from blocking request calls that passes through the HTTP transport.

Example

Code Block
<property name="DISABLE_COOKIE" value="true" scope="axis2" type="BOOLEAN"/>