Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 69222 invoked from network); 10 Mar 2009 13:59:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Mar 2009 13:59:52 -0000 Received: (qmail 8286 invoked by uid 500); 10 Mar 2009 13:59:45 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 7357 invoked by uid 500); 10 Mar 2009 13:59:42 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 7345 invoked by uid 99); 10 Mar 2009 13:59:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 06:59:42 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of alexander.rosemann@gmail.com designates 74.125.78.144 as permitted sender) Received: from [74.125.78.144] (HELO ey-out-1920.google.com) (74.125.78.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2009 13:59:33 +0000 Received: by ey-out-1920.google.com with SMTP id 3so320807eyh.28 for ; Tue, 10 Mar 2009 06:59:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=D1bTNvmSGH5+asPi+iEZBpnEUn8Xr1rOx6A82fOEh40=; b=P2eLlRM5t1dhwpoYr8fDijK4KXakt4hVUA6IYERxnAswXALE/LVFW7MzC6ipeLtNw6 NUcRVRkcwq2EJZOr8red1iAI2MlbfckP4xcaZPwCulAGh1g69iIUK8MmVC0+IE4Gmbcm 1A8d+Ls4jcMghIvhrDgewOy2i9k4AAUqbQBmA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=DDwWj6+BmjhNhpDmYn1NsB3bQuWBcoH4MQZ8wL3amc9V6kk0AyIbR6Y7XiJnysbkiN e6ryz/XkM1yZsnaw7AmSMnb61D8dhsr5myt8sYxlpFyZrJOi7Y3kUbcOpusBvpyi7Y1D dBl0e3axpPEacBWqIcEeqonbwFnXzTuhAVRL8= Received: by 10.216.54.207 with SMTP id i57mr2725579wec.114.1236693552837; Tue, 10 Mar 2009 06:59:12 -0700 (PDT) Received: from ?192.168.1.151? (88-117-90-38.adsl.highway.telekom.at [88.117.90.38]) by mx.google.com with ESMTPS id 10sm5142875eyz.50.2009.03.10.06.59.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 10 Mar 2009 06:59:12 -0700 (PDT) Message-ID: <49B67259.20307@gmail.com> Date: Tue, 10 Mar 2009 14:59:53 +0100 From: Alexander Rosemann User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Java2WSDL and abstract classes Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I know, this has been asked before, though I couldn't find an answer to my problem. I'm busy fiddling around with the Java2WSDL ant task shipped with Axis2. The tool works fine until I tried to generate the WSDL from an abstract class. Having an abstract class called Animal and a subclass Dog, it creates the schema for the Animal but misses out on the Dog type. I presume I just can't see what parameter has to be set to get this thing going. Any pointers that lead to a resolution of my issue are much appreciated. Cheers, Alex