Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 3866 invoked from network); 26 Oct 2006 05:39:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 05:39:24 -0000 Received: (qmail 56417 invoked by uid 500); 26 Oct 2006 05:39:32 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 56378 invoked by uid 500); 26 Oct 2006 05:39:31 -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 56367 invoked by uid 99); 26 Oct 2006 05:39:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2006 22:39:31 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2006 22:39:18 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0E7A47142C2 for ; Wed, 25 Oct 2006 22:38:17 -0700 (PDT) Message-ID: <5098610.1161841097035.JavaMail.root@brutus> Date: Wed, 25 Oct 2006 22:38:17 -0700 (PDT) From: "Deepal Jayasinghe (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-1285) Invalid namespace in response by RPCMessagaReceiver In-Reply-To: <25357149.1159838902039.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 [ http://issues.apache.org/jira/browse/AXIS2-1285?page=all ] Deepal Jayasinghe resolved AXIS2-1285. -------------------------------------- Resolution: Fixed yes , there was a problem in Response element for the arrays , I fixed that in current SVN. I codegen for ADB and ran the client and it works. > Invalid namespace in response by RPCMessagaReceiver > --------------------------------------------------- > > Key: AXIS2-1285 > URL: http://issues.apache.org/jira/browse/AXIS2-1285 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: rpc > Reporter: Kinichiro Inoguchi > Assigned To: Deepal Jayasinghe > Attachments: WsdlTest2.aar > > > I found this issue when I fight with AXIS2-805 and AXIS2-1252. > With my service, I defined namespace like these; > - definitions namespace = none (default to http://ws.apache.org/axis2) > - schema namespace = http://ws.aaa.bbb/types > - HelloBean = http://test/xsd (comes from package 'test') > You can call this by REST, > http://localhost:8080/axis2/rest/WsdlTest2/sayHello?var1=xyz&var2=123&var3=99999&var4=123.456&var5=4.0&var6=789&var7=true > And you can get response like this, > > > xyz > 123 > 99999 > 123.456 > 4.0 > 789 > true > > > xyzxyz > 246 > 199998 > 246.912 > 8.0 > 789 > true > > > Response has namespace "http://ws.aaa.bbb/types" only. > I think some part should have "http://test/xsd". > Thanks. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org