Hi,
I have the following: public interface XService extends IService<A, B> {}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 Saurabh
