Table of Contents | ||||||
---|---|---|---|---|---|---|
|
...
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"/> |
DISABLE_COOKIE
Name |
| ||
---|---|---|---|
Possible Values | true | ||
Default Behavior | false | ||
Scope | axis2 | ||
Description | Remove cookie header from blocking request calls that passes through the HTTPS Servlet transport (for GET and POST HTTP methods).
| ||
Example |
|