Axis2 configuration option enableMTOM does not work as expected for value
"optional" in case of AxisFault.
----------------------------------------------------------------------------------------------------------
Key: AXIS2-3340
URL: https://issues.apache.org/jira/browse/AXIS2-3340
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Affects Versions: 1.3
Environment: WinXP / SP2 probably most others, too.
Reporter: Rainer Menzner
If axis2 contains the following statement:
<parameter name="enableMTOM">optional</parameter>
then Axis2 is supposed to sent back any response in MTOM encoding, if the input
message has been MTOM-encoded. This works for standard output messages.
However, if processing a request finishes with an AxisFault, the fault message
is always encoded as UTF-8 / XML SOAP. This screws up error message decoding in
WSE3 clients, that lack the flexibilty of decoding whatever message arrives.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]