Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 45807 invoked from network); 8 May 2006 09:21:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 May 2006 09:21:09 -0000 Received: (qmail 19487 invoked by uid 500); 8 May 2006 09:21:03 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 19444 invoked by uid 500); 8 May 2006 09:21:02 -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 19433 invoked by uid 99); 8 May 2006 09:21:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2006 02:21:02 -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; Mon, 08 May 2006 02:21:01 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DEBEB7142CB for ; Mon, 8 May 2006 09:20:21 +0000 (GMT) Message-ID: <5051869.1147080021909.JavaMail.jira@brutus> Date: Mon, 8 May 2006 09:20:21 +0000 (GMT+00:00) From: "Eran Chinthaka (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-669) Axiom doesn't handle default namespace correctly In-Reply-To: <19029523.1146767300325.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2-669?page=all ] Eran Chinthaka resolved AXIS2-669: ---------------------------------- Resolution: Fixed Assign To: Eran Chinthaka Fixed this in Axiom. Dunno whether this will lead to another release. > Axiom doesn't handle default namespace correctly > ------------------------------------------------ > > Key: AXIS2-669 > URL: http://issues.apache.org/jira/browse/AXIS2-669 > Project: Apache Axis 2.0 (Axis2) > Type: Bug > Components: om > Versions: 1.0 > Reporter: Raymond Feng > Assignee: Eran Chinthaka > Priority: Blocker > Attachments: TestAxiom.java > > I have the following WSDL: > > xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" > xmlns:tns="http://www.example.org/creditscore/doclitwrapped/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CreditScore" > targetNamespace="http://www.example.org/creditscore/doclitwrapped/"> > > targetNamespace="http://www.example.org/creditscore/doclitwrapped/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema"> > > > > > > > > > > > > > > > > > > > > name="getCreditScoreResponse" /> > > > name="getCreditScoreRequest" /> > > > > > > > > > transport="http://schemas.xmlsoap.org/soap/http" /> > > soapAction="http://www.example.org/creditscore/doclitwrapped/getCreditScore" /> > > > > > > > > > > name="CreditScoreDocLitWrappedSOAP"> > > > > > My client sends the following SOAP request to the Tomcat server running Axis 1.3. > > > > > > 111-22-3333 > John > Smith > > > > The client receives the following SOAP response (dumped from TCP/IP monitor). > > > > > 750 > > > > Axiom creates an OMElement for the body part as dumped below. > 750 > Please note xmlns="" is missing for the score element (the XSD element form is unqualified) and the XML is not conforming to the XSD. -- 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