Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 96975 invoked from network); 26 Jan 2007 21:10:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jan 2007 21:10:13 -0000 Received: (qmail 21544 invoked by uid 500); 26 Jan 2007 21:10:16 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 21498 invoked by uid 500); 26 Jan 2007 21:10:16 -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 21483 invoked by uid 99); 26 Jan 2007 21:10:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jan 2007 13:10:16 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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, 26 Jan 2007 13:10:09 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 464057142B6 for ; Fri, 26 Jan 2007 13:09:49 -0800 (PST) Message-ID: <26844430.1169845789284.JavaMail.jira@brutus> Date: Fri, 26 Jan 2007 13:09:49 -0800 (PST) From: "Manoj Khangaonkar (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-1215) REST request not getting parsed correctly if parameter input type is an array In-Reply-To: <16500097.1158883042378.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/AXIS2-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manoj Khangaonkar updated AXIS2-1215: ------------------------------------- Priority: Critical (was: Major) Can one of the committers review & commit this patch so this issue may be closed. > REST request not getting parsed correctly if parameter input type is an array > ----------------------------------------------------------------------------- > > Key: AXIS2-1215 > URL: https://issues.apache.org/jira/browse/AXIS2-1215 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: kernel > Affects Versions: 1.0 > Environment: windows xp pro, IE, Axis 2 version 1.0 > Reporter: Kris > Priority: Critical > Attachments: patch-1215.txt, patch-1215v2.txt > > > I have a method that takes in array for strings: > public String sayHello(String [ ] to) {...} > The SOAP request for this works fine. The REST request however gets translated into a fixed length array of only one string. For example, in the request http://localhost:8080/axis2/rest/helloservice/sayHello?to=Andy&to=Mark&to=Jen > Mark and Jen are thrown away and only Andy is passed on into the array. -- 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