WSDL2Java generated stubs have cyclic inheritance

2002-06-23 Thread Sandeep Lakshmipathy
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.Throw

user name and password usage in service invocation

2002-06-18 Thread Sandeep Lakshmipathy
Dear Friends, I am trying to invoke the getQuote() method in the service urn:xmltoday-delayed-quotes. But I keep getting the message that I am unauthorized to access the service. I user the following method call to set the user name and password. stub._setProperty(org.apache.axis.clien

Java files generated by WSDL2Java

2002-06-13 Thread Sandeep Lakshmipathy
(See attached file: OrderProcessor.wsdl) Dear Friends, I generated the stubs using WSDL2Java for the wsdl file given along with this mail. When I invoke the emitter.getGeneratedFileNames() method, it lists a Order_Helper.java file along with the other files. But I find that there is no suc