Re: Class Inheritance question

2006-04-03 Thread Daniel Destro
ser@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 <[EMAIL PROTECTED]> wrote: Hi.   My publicly exposed method is   public Results f

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 &

Re: Class Inheritance question

2006-04-03 Thread Daniel Destro
Use -a option. Also, use -c if needed.See: http://ws.apache.org/axis/java/reference.html#Java2WSDLReference On 4/3/06, Kyunam Kim <[EMAIL PROTECTED]> wrote: Hi.   My publicly exposed method is   public Results find(Something something);   and I have a bunch of subclasses of Some

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