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"/> |
...
Name | DECODE_MULTIPART_DATA |
---|---|
Possible Values | true, false |
Default Behavior | false |
Scope | axis2 |
Description | Specifies whether to decode multipart messages when the message is built in a content aware mediation scenario. Otherwise, the outgoing message will be in the encoded form. |
Example | <property name="DECODE_MULTIPART_DATA" value="true" scope="axis2" action="set" type="BOOLEAN"/> |