You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rainer Menzner (JIRA)" <ji...@apache.org> on 2007/11/13 12:37:51 UTC

[jira] Created: (AXIS2-3340) Axis2 configuration option enableMTOM does not work as expected for value "optional" in case of AxisFault.

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org