Has anyone done any work with receiving SOAP messages with attachments
when the attachments range into the 100's of megabytes?  My fear is that
the currently built in ways for a servlet to get this data attempt to
store EVERYTHING in memory.  If you were to send a 500MB file this would
be obviously bad.  Is there a way to catch the attachment part of the
message and store it directly to disk?  Anyone ever tried something like
this?

Thanks,

Chuck

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to