RE: Class Inheritance question

2006-04-03 Thread Kyunam Kim
From: Daniel Destro [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 5:42 PM To: axis-user@ws.apache.org Subject: Re: Class Inheritance question   Use -a option. Also, use -c if needed. See: http://ws.apache.org/axis/java/reference.html#Java2WSDLReference On 4/3/06, Kyunam Kim &

Class Inheritance question

2006-04-03 Thread Kyunam Kim
Hi.   My publicly exposed method is   public Results find(Something something);   and I have a bunch of subclasses of Something as well.   When I do Java2WSDL and WSDL2Java, only the class “Something” is generated.   How do I tell AXIS tool to include those subclasses when genera