Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 87355 invoked from network); 13 Feb 2008 17:47:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2008 17:47:46 -0000 Received: (qmail 57821 invoked by uid 500); 13 Feb 2008 17:47:34 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 57776 invoked by uid 500); 13 Feb 2008 17:47:34 -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 57765 invoked by uid 99); 13 Feb 2008 17:47:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 09:47:34 -0800 X-ASF-Spam-Status: No, hits=-2000.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; Wed, 13 Feb 2008 17:47:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5BDF1714076 for ; Wed, 13 Feb 2008 09:47:08 -0800 (PST) Message-ID: <11699077.1202924828360.JavaMail.jira@brutus> Date: Wed, 13 Feb 2008 09:47:08 -0800 (PST) From: "Michael Sutter (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Closed: (AXIS2-3506) Codegen with unwrapping argument fails In-Reply-To: <11981420.1202829428074.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-3506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Sutter closed AXIS2-3506. --------------------------------- Resolution: Fixed Wrong method name declared - so generation of service fails. > Codegen with unwrapping argument fails > -------------------------------------- > > Key: AXIS2-3506 > URL: https://issues.apache.org/jira/browse/AXIS2-3506 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: codegen > Affects Versions: 1.3, nightly > Environment: Linux, Java 1.5 > Reporter: Michael Sutter > > Hello, > I have a service with a boolean input param and an int return value. > I always generate the client code with > $AXIS2_HOME/bin/wsdl2java.sh -uri *.wsdl -o -u > This produces a info message that one file cannot be overwritten. This file is the interface for the service implemented in the service. > The problem is, that the class is not a interface and so the compiling of the service fails. > When I generate the service without -u param everything works fine. > I have attached the wsdl below. > Regards Michael > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- 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