Hi there, i'm trying to reach the getQuotes webservice as it is described in the axis installation instructions step 7 (http://ws.apache.org/axis/java/install.html#Step7Testing). I use axis 1.4 I have set up the Environment vars I have deployed the stockquote with org.apache.axis.client.AdminClient
When I tried to use the samples.stock.GetQuote to get the quote following Exception is thrown: log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle). log4j:WARN Please initialize the log4j system properly. Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/OperationType at org.apache.axis.description.OperationDesc.<clinit>(OperationDesc.java:59) at org.apache.axis.client.Call.addParameter(Call.java:968) at org.apache.axis.client.Call.addParameter(Call.java:1003) at samples.stock.GetQuote.getQuote(GetQuote.java:70) at samples.stock.GetQuote.main(GetQuote.java:95) regards, Ben --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]