Category Archives: soa

Handle Web Services Large Attachments

Axis2 Upload Files On the server side, edit axis2\WEB-INF\conf\axis2.xml <!– enable one only –> <parameter name="enableMTOM">false</parameter> <parameter name="enableSwA">true</parameter>   <!–Uncomment if you want to enable file caching for attachments –> <parameter name="cacheAttachments">true</parameter> <parameter name="attachmentDIR">c:/temp/axis2</parameter> <!– file size LARGER than sizeThreshold … Continue reading

Posted in soa | Comments Off on Handle Web Services Large Attachments