Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 55590 invoked from network); 30 May 2006 22:59:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 May 2006 22:59:24 -0000 Received: (qmail 70510 invoked by uid 500); 30 May 2006 22:59:21 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 70464 invoked by uid 500); 30 May 2006 22:59:21 -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 70451 invoked by uid 99); 30 May 2006 22:59:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 May 2006 15:59:21 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 May 2006 15:59:20 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5DBE07142F4 for ; Tue, 30 May 2006 22:58:30 +0000 (GMT) Message-ID: <27264128.1149029910381.JavaMail.jira@brutus> Date: Tue, 30 May 2006 22:58:30 +0000 (GMT+00:00) From: "Venkat Gyambavantha (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-785) Incorrect namespace handling MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Incorrect namespace handling ---------------------------- Key: AXIS2-785 URL: http://issues.apache.org/jira/browse/AXIS2-785 Project: Apache Axis 2.0 (Axis2) Type: Bug Versions: 1.0 Environment: Windows XP Reporter: Venkat Gyambavantha I created an xsd file that contains two complex types A and B. In the complex type B, I create an element of type A. elementFormdefault attribute is set to "unqualified". Inside my wsdl, I imported this xsd file Where ns1=http://sample.com/test When I try to create an element BElement of type B, I was expecting output to be Response: 1 [correct] < BElement xmlns="http://sample.com/test"> Test < description>desc
some details
Instead the ouput looks like Response: 2 [wrong] < BElement xmlns="http://sample.com/test"> Test < description>desc
some details
Since elementFormDefault attribute is set to unqualified, all locally defined elements [resource, details] should belong to empty namespace. If debugged through the code while constructing the response everything looks fine, but the actual response I get (confirmed with the SOAPMonitor utilty] looks like Response: 2 above. -- 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