Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 85191 invoked from network); 27 Feb 2009 16:38:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2009 16:38:45 -0000 Received: (qmail 86701 invoked by uid 500); 27 Feb 2009 16:38:44 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 86405 invoked by uid 500); 27 Feb 2009 16:38:44 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 86396 invoked by uid 99); 27 Feb 2009 16:38:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 08:38:44 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.68.5.15] (HELO relay01.pair.com) (209.68.5.15) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 27 Feb 2009 16:38:34 +0000 Received: (qmail 54092 invoked from network); 27 Feb 2009 16:38:12 -0000 Received: from 124.43.206.170 (HELO ?192.168.1.3?) (124.43.206.170) by relay01.pair.com with SMTP; 27 Feb 2009 16:38:11 -0000 X-pair-Authenticated: 124.43.206.170 Subject: Re: Axis2c MTOM large file downloading problem From: Manjula Peiris To: Apache AXIS C User List In-Reply-To: <49A7DE18.1090609@rdprojekt.pl> References: <49A7DE18.1090609@rdprojekt.pl> Content-Type: text/plain Date: Fri, 27 Feb 2009 22:09:42 +0530 Message-Id: <1235752782.6145.22.camel@manjula> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org For larger files you should enable caching. see [1] for more details. [1]http://wso2.org/library/articles/sending-receiving-attachments-axis2-c -Manjula. On Fri, 2009-02-27 at 13:35 +0100, Kuba Tomiczek wrote: > Hello all, > I have the following problem: > > In my application the server side sends to the client a file, using > Axis2c, SOAP11 and MTOM (So it is downloading a file instead of > uploading what occured in all the examples I found). If the file is > quite small (up to something about 45 MB), everything works OK, but if > it's bigger, I get an error - the method > axis2_svc_client_send_receive_with_op_qname returns null, and in the > log, I can find an entry like: > > [error] ..\..\axiom\src\attachments\mime_parser.c(240) Some data in the > message was not recieved > > I have enabled chunking in my axis2.xml on the server side: > chunked > as well as other necessary things required by MTOM: > > true > 10 > 1000 > > > > Do you maybe know what can be sources of such problem? > > Thank you in advance, > Kuba