Class not found error while accessing a Web Service

Hi All,

Im getting a Class not found error while doing method calls of a third party API.

The required jars(axis.jar) are set in the weblogic 8.1 classpath and I tried putting those jars(axis.jar) in my application lib folder also, but dint help. Please help me with a solution.

I'll paste the exception logs here by

java.lang.NoClassDefFoundError: org/apache/axis/AxisFault

at java.lang.ClassLoader.defineClass(Ljava/lang/String;[BIILjava/security/ProtectionDomain;)Ljava/lang/Class;(Unknown Source)

at java.security.SecureClassLoader.defineClass(Ljava/lang/String;[BIILjava/security/CodeSource;)Ljava/lang/Class;(SecureClassLoader.java:123)

at java.net.URLClassLoader.defineClass(Ljava/lang/String;Lsun/misc/Resource;)Ljava/lang/Class;(URLClassLoader.java:251)

at java.net.URLClassLoader.access$100(Ljava/net/URLClassLoader;Ljava/lang/String;Lsun/misc/Resource;)Ljava/lang/Class;(URLClassLoader.java:55)

at java.net.URLClassLoader$1.run()Ljava/lang/Object;(URLClassLoader.java:194)

at jrockit.vm.AccessController.do_privileged_exc(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;I)Ljava/lang/Object;(Unknown Source)

at jrockit.vm.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;(Unknown Source)

Thanks

Noufal

[1404 byte] By [Noufal_ka] at [2007-10-3 3:56:31]
# 1
Hi, Verify the 3rd party class files names are correctly written in your program. Sometimes wrong case might be the reason.bye for nowsat
AnanSmritia at 2007-7-14 21:54:44 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
hifixed the prob..somewhat similar to what u said..the classpath was not set properly..
Noufal_ka at 2007-7-14 21:54:44 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...