Re: Java2WSDL - support for inheritance

2008-10-12 Thread keith chapman
Hi, On Fri, Oct 10, 2008 at 2:14 AM, Saurabh Garg <[EMAIL PROTECTED]>wrote: > Hi, > > I have the following: public interface XService extends IService {} > > When I run Java2WSDL, only methods in XService are showing up in the WSDL. > So does anyone know if: > > 1. Java2WSDL supports service inte

Java2WSDL - support for inheritance

2008-10-09 Thread Saurabh Garg
Hi, I have the following: public interface XService extends IService {} When I run Java2WSDL, only methods in XService are showing up in the WSDL. So does anyone know if: 1. Java2WSDL supports service interfaces extending other service interfaces? 2. Java2WSDL supports use of Generics? Thanks