Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 3035 invoked from network); 12 Jun 2007 23:17:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jun 2007 23:17:50 -0000 Received: (qmail 59063 invoked by uid 500); 12 Jun 2007 23:17:50 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 59011 invoked by uid 500); 12 Jun 2007 23:17:50 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 59000 invoked by uid 99); 12 Jun 2007 23:17:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2007 16:17:50 -0700 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; Tue, 12 Jun 2007 16:17:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 19F0C7141E8 for ; Tue, 12 Jun 2007 16:17:26 -0700 (PDT) Message-ID: <26867600.1181690246103.JavaMail.jira@brutus> Date: Tue, 12 Jun 2007 16:17:26 -0700 (PDT) From: "Deepal Jayasinghe (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-1598) minimize response from RPCMessageReceiver In-Reply-To: <32217413.1162566318679.JavaMail.root@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/AXIS2-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe resolved AXIS2-1598. -------------------------------------- Resolution: Fixed fixid in current SVN > minimize response from RPCMessageReceiver > ----------------------------------------- > > Key: AXIS2-1598 > URL: https://issues.apache.org/jira/browse/AXIS2-1598 > Project: Axis 2.0 (Axis2) > Issue Type: Improvement > Components: rpc > Environment: Axis2 1.1 RC2 > Reporter: Kinichiro Inoguchi > Assignee: Deepal Jayasinghe > Attachments: WsdlTest2.aar > > > Is there any way to minimize SOAP response > from RPCMessageReceiver ? > With my sample aar, I can receive this response. > Each element has namespace definition. > > > xyz > 123 > 99999 > 123.456 > 4.0 > 789 > true > > > xyzxyz > 246 > 199998 > 246.912 > 8.0 > 789 > true > > > This response is correct, but little bit heavy. > I think response like below is enough. > > > xyz > 123 > 99999 > 123.456 > 4.0 > 789 > true > > > xyzxyz > 246 > 199998 > 246.912 > 8.0 > 789 > true > > -- 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-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org