Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 72553 invoked from network); 16 Jul 2007 20:40:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jul 2007 20:40:29 -0000 Received: (qmail 2814 invoked by uid 500); 16 Jul 2007 20:40:28 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 2774 invoked by uid 500); 16 Jul 2007 20:40:28 -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 2763 invoked by uid 99); 16 Jul 2007 20:40:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2007 13:40:28 -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; Mon, 16 Jul 2007 13:40:25 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E87997141F5 for ; Mon, 16 Jul 2007 13:40:04 -0700 (PDT) Message-ID: <17286790.1184618404948.JavaMail.jira@brutus> Date: Mon, 16 Jul 2007 13:40:04 -0700 (PDT) From: "Lord Halbert (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Issue Comment Edited: (AXIS-2386) Java2WSDL changes type double array into a single double. In-Reply-To: <950412508.1138394562514.JavaMail.jira@ajax.apache.org> 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/AXIS-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513024 ] Lord Halbert edited comment on AXIS-2386 at 7/16/07 1:38 PM: ------------------------------------------------------------- THIS NEEDS TO BE FIXED ASAP !!! I changed the priority to BLOCKER - the highest I could select. I can't stress enough that this is a SEVERE problem requiring a real fix.. was: THIS NEEDS TO BE FIXED ASAP !!! > Java2WSDL changes type double array into a single double. > --------------------------------------------------------- > > Key: AXIS-2386 > URL: https://issues.apache.org/jira/browse/AXIS-2386 > Project: Axis > Issue Type: Bug > Components: WSDL processing > Affects Versions: 1.2.1, 1.3 > Environment: Linux 2.4.26, java version "1.5.0_04", Tomcat 5.5 > Reporter: Eric Webster > Priority: Blocker > Attachments: DataSet.wsdl, IncorrectDataSet.wsdl > > > Java2WSDL changes type double array into a single double. > This happens when you run Java2WSDL manually on the command line or when a wsdl file is generated from a service_name?wsdl url. > Currently to fix this I just manually edit the generated WSDL file and distrobute that. > The Java code originally came from a hand made WSDL file. WSDL2Java was used to generate the Java code. The section that is affected by this problem is the 'ValueVector' complexType which contains and element 'values' which is an array of doubles. After converting to Java and then back to WSDL 'values' becomes a single double. > Here is the original WSDL file. > > targetNamespace="dataset.odin.cirg.washington.edu" > xmlns:apachesoap="http://xml.apache.org/xml-soap" > xmlns:impl="dataset.odin.cirg.washington.edu" > xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" > xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" > xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema"> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Here is what 'ValueVector' turns into after running WSDL2Java (which creates correct java code) and then Java2WSDL. > > > > > > > > > > > -- 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