Thanks to everyone, who helped me in resolving this.
The mistake I did was, I checked my win 2000 classpath but not the JRun
lib/ext/ where they have parser.jar and jaxp.jar.
I replaced them with xerces.jar. It works well after that.
-srinivas
-----Original Message-----
From: Balaji Iyer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 15, 2001 1:14 AM
To: [EMAIL PROTECTED]
Subject: RE: excpetion in running examples
Pls check your Classpath again. Have you added this method in the
deploymentdescriptor.xml ?
-----Original Message-----
From: Julian [mailto:[EMAIL PROTECTED]]
Sent: Saturday, August 11, 2001 6:19 PM
To: [EMAIL PROTECTED]
Subject: Re: excpetion in running examples
Hello srinivasa,
Saturday, August 11, 2001, 1:56:02 AM, you wrote:
scr> list-unsubscribe: <mailto:[EMAIL PROTECTED]>
scr> list-post: <mailto:[EMAIL PROTECTED]>
scr> I am trying to run examples of Apache soap2.2 on JRun with
testit.cmd file
scr> given in the samples
scr> I get the following error , can anyone please help me where I am
going
scr> wrong.
scr> Ouch, the call failed:
scr> Fault Code = SOAP-ENV:Server.Exception:
scr> Fault String = java.lang.NoSuchMethodError
scr> I am able to successfully test the server, and rpcrouter given in
scr> instructions like "Sorry, I don't speak via HTTP GET- you have to
use HTTP
scr> POST to talk to me."
scr> thanks,
scr> srinivas
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.
--
Best regards,
Julian mailto:[EMAIL PROTECTED]