标签: java soap
当将肥皂附件读取到ByteArrayOutputStream中时,JVM会抛出OOM
// Write the attachment to a stream ByteArrayOutputStream os = new ByteArrayOutputStream(); attachment.writeTo(os);
我们要确定附件的大小,如果超过35MB,则不处理请求。