Return-Path: Delivered-To: apmail-incubator-cxf-user-archive@locus.apache.org Received: (qmail 60208 invoked from network); 10 Jan 2008 03:03:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2008 03:03:04 -0000 Received: (qmail 68488 invoked by uid 500); 10 Jan 2008 03:02:52 -0000 Delivered-To: apmail-incubator-cxf-user-archive@incubator.apache.org Received: (qmail 68447 invoked by uid 500); 10 Jan 2008 03:02:52 -0000 Mailing-List: contact cxf-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-user@incubator.apache.org Delivered-To: mailing list cxf-user@incubator.apache.org Received: (qmail 68438 invoked by uid 99); 10 Jan 2008 03:02:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 19:02:52 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of willem.jiang@gmail.com designates 209.85.132.242 as permitted sender) Received: from [209.85.132.242] (HELO an-out-0708.google.com) (209.85.132.242) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2008 03:02:28 +0000 Received: by an-out-0708.google.com with SMTP id b33so105701ana.83 for ; Wed, 09 Jan 2008 19:02:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=j2zdZIROHf9Y5JMJY2rczeyDSbOCro3B/hk+8N+hL+A=; b=FUrMFn72gJII39uo2BlWtjI57/kQFok/mYY+OTuoSJQYwhtAW+aEN0umx4eGfigklgO9yCz7f5+Cee0fkxdhUdVFxjvTkMST1vVMKmhAnGnFOS6g1sIn5BicI3Af98rz3b0IZJ9U+r4lIkSeN69F/IRxTTTDEV0MxONV/sXvE3E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=OoK81wtPhlFxeN7BiMkMEdIBF5B26kegIBnuTyDzlkqzt497gFfNqlUAP0phhNIftmtUXnJ7mBvLQbMGP7WGGdeKc74gx5OSoV63wm9+7D38siHWTmj4X91NRX7MjmOVQiTevzBRFz/U56emnCQ1y2fkwXxqn5QKn0K5n5f7USc= Received: by 10.100.205.9 with SMTP id c9mr3046992ang.62.1199934152702; Wed, 09 Jan 2008 19:02:32 -0800 (PST) Received: from ?10.129.9.176? ( [124.17.14.193]) by mx.google.com with ESMTPS id i4sm1902713rng.7.2008.01.09.19.02.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 09 Jan 2008 19:02:30 -0800 (PST) Message-ID: <47858ABB.6090600@gmail.com> Date: Thu, 10 Jan 2008 11:02:19 +0800 From: Willem Jiang User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: cxf-user@incubator.apache.org Subject: Re: Parameter size limit? References: <14715717.post@talk.nabble.com> In-Reply-To: <14715717.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Chad, I don't think CXF has the parameter size limit, since I am successful to send the more than 60K binary parameter to CXF server. Did you try to call the service with CXF client ? Maybe you can compare the CXF client and Flex requests' different. Just my two cents. Willem. Trarman wrote: > Hello, > > I'm using a Flex 2 web service client to send data to a CXF 2.0.3 server. > It works fine so long as the data (which could be binary, text, or XML > depending on which method is being invoked) isn't larger than 20k. The > data, whatever format it happens to be, gets truncated at 20k by the time it > reaches my POJO. I've used a packet sniffer to verify Flex is sending > complete and well formatted data to the server. > > Is this a known limitation? > > Thanks, > Chad >