Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 94264 invoked from network); 5 Apr 2007 16:06:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2007 16:06:56 -0000 Received: (qmail 18845 invoked by uid 500); 5 Apr 2007 16:07:00 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 18801 invoked by uid 500); 5 Apr 2007 16:07:00 -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 18790 invoked by uid 99); 5 Apr 2007 16:07:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 09:07:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 05 Apr 2007 09:06:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5B117714048 for ; Thu, 5 Apr 2007 09:06:32 -0700 (PDT) Message-ID: <354675.1175789192329.JavaMail.jira@brutus> Date: Thu, 5 Apr 2007 09:06:32 -0700 (PDT) From: "Amila Chinthaka Suriarachchi (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-2475) Unwrapping does not work with included or imported schema In-Reply-To: <22474973.1175766272691.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-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amila Chinthaka Suriarachchi resolved AXIS2-2475. ------------------------------------------------- Resolution: Fixed add correct the getSchemaElement method in AxisMessage and fixed the issue for unwrapping refereced elements. > Unwrapping does not work with included or imported schema > --------------------------------------------------------- > > Key: AXIS2-2475 > URL: https://issues.apache.org/jira/browse/AXIS2-2475 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Reporter: Paul Fremantle > Attachments: Profile.xsd, ProfileServerImport.wsdl, ProfileServerInclude.wsdl, ProfileServerInline.wsdl > > > I'm attaching three WSDLs that are identical except the way they reference the xsd. > Basically one has the schema inline, the second uses: > xmlns="http://www.w3.org/2001/XMLSchema" > xmlns:tns="http://www.fremantle.org/schemas/Profile"> > namespace="http://www.fremantle.org/schemas/Profile" > schemaLocation="Profile.xsd"> > > > and the third uses > > The inline has the argument properly unwrapped but the other two do not. > here is my WSDL2Java command line: > wsdl2java.bat -uw -ss -sd -uri ProfileServerInclude.wsdl > (I also tested client side and it was the same) -- 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