I think I found the problem. It seems that I was running two different versions of java.
Chris -----Original Message----- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 10:03 AM To: [EMAIL PROTECTED] Subject: Axis Client I've created a test client for one of my web services. I'm developing in Eclipse 3.0 with Axis 1.1. When I run the client in Eclipse, it requires jaxrpc.jar, axis.jar, commons-logging.jar, commons-discovery.jar, and saaj.jar. These are all out of the axis lib dir. However, when I jar up my class files and try to run the client from a command prompt, I get a no class def error for org.w3c.dom.Node. Any ideas as to why it would work in Eclipse and not at the command line? Chris
