>From the FAQ in the docs for soap 2.2:

1.5 Help! The Samples won't work. Every time I run a sample client I get
this response: "Fault String = java.lang.NoSuchMethodError"
Ensure that:
(a) You have deployed the sample service you want to use. 
(b) Xerces.jar is the very first entry in your classpath (set this in
tomcat.bat or tomcat.sh as per the SOAP installation instructions).
(c) There are no other XML parsers in your classpath. Some people have
experienced this problem due to an early version of the JAXP package hiding
in JAVA_HOME/jre/lib/ext.
(d) The sample classes are in the server's CLASSPATH.

-----Original Message-----
I just installed Apache Soap version 2.1 on Tomcat 3.2 on a Windows 2000
machine. I have Xerces version 1.23. When I try to run a client connecting
to a deployed service, I get the following exception 
 
Generated Fault:
Fault Code = SOAP-ENV:Server.Exception:
Fault String = java.lang.NoSuchMethodError
 
 
Can anyone please help?
 
Collin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to