Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 13559 invoked from network); 23 Aug 2005 17:04:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2005 17:04:13 -0000 Received: (qmail 44530 invoked by uid 500); 23 Aug 2005 17:04:10 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 44517 invoked by uid 500); 23 Aug 2005 17:04:10 -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 44504 invoked by uid 99); 23 Aug 2005 17:04:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2005 10:04:10 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 5F0B2123 for ; Tue, 23 Aug 2005 19:04:09 +0200 (CEST) Message-ID: <604818096.1124816649387.JavaMail.jira@ajax.apache.org> Date: Tue, 23 Aug 2005 19:04:09 +0200 (CEST) From: "Anand Raghavendran (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS-2187) code generated by WSDL2JAVA does not compile In-Reply-To: <1302504214.1124762169487.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS-2187?page=comments#action_12319748 ] Anand Raghavendran commented on AXIS-2187: ------------------------------------------ Thak you very much. It worked! When will these fixes make it into the official release? Please consider these issue closed. > code generated by WSDL2JAVA does not compile > --------------------------------------------- > > Key: AXIS-2187 > URL: http://issues.apache.org/jira/browse/AXIS-2187 > Project: Apache Axis > Type: Bug > Components: Serialization/Deserialization > Versions: 1.2RC3 > Environment: WINDOWS XP, JDK 1.4.x, AXIS 1.2RC3, Tomcat server > Reporter: Anand Raghavendran > Attachments: ContactInfo_Type.java, ContactService.wsdl > > When the wsdl file references a schema that has following element defintion for URL: > > > > > > > > > > > > > WSDL2Java generates code that does not compile properly. The generated code has URL as a member variable declaration of type "String_Element" instead of String: > String_Element URL; > Instead of > String URL; > As a result, we are needing to manually search and replace every occurence of String_Element with String in the generated code to make it compile. Please fix this issue. -- 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