Hi Folks, If I do enableMTOM = true in the axis2.xml,
does it mean that all attachments I do gets optimized with MTOM/XOP even if I do the following ? OMText binaryNode = factory.createOMText(base64Text, mimeType, false); Note the false paramter. What is the correct behaviour ?? What I see is that it still does MTOM even if I specify optimize as false. Regards, Rajith
