You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ben <be...@gmail.com> on 2006/05/18 19:40:36 UTC

Stock Quote example

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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org