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 "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2009/06/13 02:09:08 UTC

[jira] Resolved: (AXIS2-2812) [Performance] set enableMTOM flag in autogenerated services.xml

     [ https://issues.apache.org/jira/browse/AXIS2-2812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe resolved AXIS2-2812.
--------------------------------------

    Resolution: Fixed

> [Performance] set enableMTOM flag in autogenerated services.xml
> ---------------------------------------------------------------
>
>                 Key: AXIS2-2812
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2812
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>            Reporter: Davanum Srinivas
>            Assignee: Amila Chinthaka Suriarachchi
>
> Please see AXIS2-2743 for additional info. If someone has a axis2.xml where enableMTOM is set to true, then all the services take a performance hit whether they use mtom or not since the soap response is written to a string first and then to the actual stream. So if we look at the wsdl/xsd and find that there is no base64 types, we should set enableMTOM to false explictly. This takes precedence over the setting in the repository's setting. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.