[
https://issues.apache.org/jira/browse/AXIS2-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480028
]
Asankha C. Perera commented on AXIS2-1798:
------------------------------------------
The workaround for this is to set a property on the message context as follows
setProperty(
org.apache.axis2.Constants.Configuration.ENABLE_MTOM,
org.apache.axis2.Constants.VALUE_TRUE);
> messageContext.setDoingMTOM doesn't work
> ----------------------------------------
>
> Key: AXIS2-1798
> URL: https://issues.apache.org/jira/browse/AXIS2-1798
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Reporter: Rajith Attapattu
> Assigned To: Thilina Gunarathne
>
> Hi Folks,
> The messageContext.setDoingMTOM(ture|false) method doesn't seem to work.
> Can we use this method to override the global value set by the axis.xml ?
> also is messageContext.setDoingSwA working as desired?
> Regards,
> Rajith
--
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]