Return-Path: Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 85185 invoked from network); 1 Feb 2002 15:22:43 -0000 Received: from nomad.cognos.com (HELO sotr0085.cognos.com) (205.210.232.62) by daedalus.apache.org with SMTP; 1 Feb 2002 15:22:43 -0000 Received: by sotr0085.cognos.com with Internet Mail Service (5.5.2653.19) id ; Fri, 1 Feb 2002 10:20:34 -0500 Message-ID: From: "St-Germain, Sylvain" To: "Axis-User (E-mail)" Subject: bug in wsdl2java Date: Fri, 1 Feb 2002 10:20:22 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi all, I can reproduce this strange situation, I think it is a bug. Problem: Generated stub for method addFolder keeps defining the method signature with return type void when returned part name and type are the same as one of the input param. As shown below. If I change addFolderOutput to return something else than "xsd:string" or "path" it is fine. If I leave it as is, I get a void return type. public void addFolder(...) As I said, when I change the name "return" (or change the type) I get: public java.lang.String addFolder(..) Regards, -- Sylvain St-Germain (613) 738.1338 x5250 Macadamian Technologies @ Cognos sylvain.stgermain@cognos.com "Software experts to the world's leading technology companies" This message may contain privileged and/or confidential information. If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so. Thank you.