Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 51924 invoked from network); 3 Oct 2006 01:53:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Oct 2006 01:53:49 -0000 Received: (qmail 26919 invoked by uid 500); 3 Oct 2006 01:53:47 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 26564 invoked by uid 500); 3 Oct 2006 01:53:45 -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 26553 invoked by uid 99); 3 Oct 2006 01:53:45 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Oct 2006 18:53:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:53170] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id DD/82-29668-EBCB1254 for ; Mon, 02 Oct 2006 18:28:30 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0A6E4714312 for ; Mon, 2 Oct 2006 18:28:22 -0700 (PDT) Message-ID: <25357149.1159838902039.JavaMail.root@brutus> Date: Mon, 2 Oct 2006 18:28:22 -0700 (PDT) From: "Kinichiro Inoguchi (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-1285) Invalid namespace in response by RPCMessagaReceiver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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: core Reporter: Kinichiro Inoguchi 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