Return-Path: Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 77408 invoked by uid 500); 3 Feb 2003 17:19:49 -0000 Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 77354 invoked from network); 3 Feb 2003 17:19:48 -0000 Message-ID: <008301c2cba8$80257d40$1219570f@ranier> From: "Steve Loughran" To: References: <6660F03925923D4C95C5039010386C0463B22E@w2k-ex-1.mrv.de> Subject: Re: Out of Memory problem Date: Mon, 3 Feb 2003 09:20:05 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-MailScanner: Found to be clean X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N send it as an attachment. That works for files that size. base64 encoding is very slow as well as being inefficient; XML parsers dont like strings that size. ----- Original Message ----- From: "Doss Markus" To: Sent: Monday, February 03, 2003 08:14 Subject: Out of Memory problem Hi axis people I wrote some services which transports image data to a server. I've done this with apache soap. Now I transported a 8 MB tif image to the server and run out of memory. Actually I don't use attachments for the service. I code the image data base64 and sent this data with some additional data to server. The apache soap faq recomment to use axis. Are there any solutions and examples in axis to handle large files for transport to a server. The image data could by much larger than 20 MB. Thanks Markus