Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 12224 invoked from network); 23 Nov 2007 03:11:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Nov 2007 03:11:06 -0000 Received: (qmail 39387 invoked by uid 500); 23 Nov 2007 03:10:53 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 39364 invoked by uid 500); 23 Nov 2007 03:10:53 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 39353 invoked by uid 99); 23 Nov 2007 03:10:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 19:10:53 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Nov 2007 03:11:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 39F8871420E for ; Thu, 22 Nov 2007 19:10:43 -0800 (PST) Message-ID: <21941075.1195787443235.JavaMail.jira@brutus> Date: Thu, 22 Nov 2007 19:10:43 -0800 (PST) From: "Sanjaya Ratnaweera (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2C-772) Guththila Parser write extra namespace In-Reply-To: <32875198.1195183543245.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanjaya Ratnaweera resolved AXIS2C-772. --------------------------------------- Resolution: Fixed Patch applied and tested. Thanks Lahiru for the patch. > Guththila Parser write extra namespace > -------------------------------------- > > Key: AXIS2C-772 > URL: https://issues.apache.org/jira/browse/AXIS2C-772 > Project: Axis2-C > Issue Type: Bug > Components: build system (Unix/Linux) > Affects Versions: Current (Nightly) > Environment: Ubuntu > Reporter: Lahiru Gunathilake > Assignee: Sanjaya Ratnaweera > Fix For: 1.2.0 > > Attachments: patch_file, patch_file_improved > > > I did some performance testings using apache benchmark by using Libxml2 and Guththila Parser with the the math sample which ships with apache Axis2c.Response of the math service with Guththila parser is slightly different to the response with Libxml2.With Guththila parser it add Namespace "http://www.w3.org/2003/05/soap-envelope" in to soap header and soap body as well. Then the document size is different when using two XML parsers.Here are the two soap response soap messages got with two XML parsers. > ---------------------------------- with Guththila Parser --------------------------------------------------------------------------------------------------------------------------------------------------- > 18 > ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > --------------------------------------------------with Libxml2 Parser-------------------------------------------------------------------------------------------------------------------------------------- > 18 > --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > This is probably cause to reduce the speed of Guththila parser since it send nearly 78 more bytes of data in the response message with a simple service like math.But with more data still the Guththila Parser is much faster than with Libxml2. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org