Needs Guidance

Hi,

I am just in Web Services. I have installed the IBM tool kit for web
services with Apache and Tomcat-Jakarta.
I am trying the first example, NasdaqQuotes. I placed the NasdaqQuote.jar in
my classpath.
I compiled the sample and when I tired to deploy it says the following,

Deploying....
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/soap/server/ServiceManagerClient
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$1(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at
com.ibm.samples.nasdaqQuotes.NasdaqQuotesDeploy.main(NasdaqQuotesDeploy.java
:32)

Enlight me,

Thanks,
N.V.Sairam.


Thanks,
N.V.Sairam
----------------------------------------------------
NEC Soft, Ltd.
1-18-6, Shinkiba,
Kotuo-ku,
Tokyo 136 8608
Phone : (03)  5569 3228
Email : sairam@bs.nes.nec.co.jp
-----------------------------------------------------

Received on Tuesday, 3 July 2001 22:21:01 UTC