Hi Keith,
I had a look at the axis2.xml and <parameter name="enableMTOM">false</parameter> was already set. So why is the MTOMAwareBuilder used ? I wouldn't have a problem at all if all methods of MTOMAwareBuilder would be implemented. Please have a look at my last post "RE: OMElement and xsd:any" (I have replied to myself 2 times and solved my issue by overwriting the class and implementing the method myself) Because this is no "nice" solution I want to disable MTOM. So maybe axis2.xml isn't loaded correctly but I can't find any log statement that would imply this. Thanks, Tobias From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 3. September 2008 16:41 To: [email protected] Subject: Re: Disable MTOM Did you try setting the above in the axis2.xml too? Thanks, Keith. On Wed, Sep 3, 2008 at 5:21 PM, Tobias Anstett <[EMAIL PROTECTED]> wrote: Hi, is there a way to disable MTOM ? I tried to use <parameter name="enableMTOM">false</parameter> in the service.xml, but MTOMAwareBuilder is used anyhow. Cheers, Tobias -- Keith Chapman Senior Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org
