Return-Path: Delivered-To: apmail-ws-general-archive@www.apache.org Received: (qmail 12074 invoked from network); 12 Jan 2005 03:42:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Jan 2005 03:42:51 -0000 Received: (qmail 86129 invoked by uid 500); 12 Jan 2005 03:42:51 -0000 Delivered-To: apmail-ws-general-archive@ws.apache.org Received: (qmail 86065 invoked by uid 500); 12 Jan 2005 03:42:50 -0000 Mailing-List: contact general-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: general@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list general@ws.apache.org Received: (qmail 86051 invoked by uid 99); 12 Jan 2005 03:42:50 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 11 Jan 2005 19:42:50 -0800 Received: (qmail 12019 invoked from network); 12 Jan 2005 03:42:49 -0000 Received: from localhost.hyperreal.org (HELO minotaur.apache.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 12 Jan 2005 03:42:49 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: general@ws.apache.org To: general@ws.apache.org Subject: =?iso-8859-1?q?=5BApache_Web_Services_Wiki=5D_New=3A__FrontPage/Axis/Stre?= =?iso-8859-1?q?amingService?= Date: Wed, 12 Jan 2005 03:42:49 -0000 Message-ID: <20050112034249.12016.39666@minotaur.apache.org> X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2005-01-11T19:42:49 Editor: ToshiyukiKimura Wiki: Apache Web Services Wiki Page: FrontPage/Axis/StreamingService URL: http://wiki.apache.org/ws/FrontPage/Axis/StreamingService Importing old wiki ... New Page: ##language:en Apache Axis has support for streaming messages so that all of the message d= oes not have to be turned into a DOM tree before processing: = or server side: in deploy.wsdd do something similar {{{}}} = on client side: there is property "axis.streaming" to Boolean.TRUE and/or y= ou can can cast to {{{org.apache.axis.client.Call}}} and use {{{setStreamin= g(true)}}}. i think both should work. See [http://cvs.apache.org/viewcvs.cgi/ws-axis/java/samples/perf/ http://cv= s.apache.org/viewcvs.cgi/ws-axis/java/samples/perf/] for a wsdd and test ca= se that switches this support on. = See [http://issues.apache.org/jira/browse/AXIS-1323 discussion of Axis perf= ormance] for more information.