For the StockQuote demo service in WSTK services, WSDL2Java generates two classes java.lang.Exception and java.lang.Throwable Of these classes java.lang.Throwable is extending org.apache.axis.AxisFualt. This creates 'cyclic inheritance' since org.apache.axis.AxisFault is Extending java.lang.Throwable. Due to this cyclic inheritance problem I not able to compile the files genearted by WSDL2Java. Can anyone help me out with this issue? Am I missing something here. I am using the latest jar files got by building the source couple of days back. Thanks
Sandeep L