Thanks for the advice. 

Finally figured out the problem. I use JRun server and I didn't add the
right parser file into the global.properties file. The interesting thing is
that even I didn't have the right file before, the server can get the
"Sorry, ..." message for the SOAP RPC Router test. 

Yujian

-----Original Message-----
From: William Brogden [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 05, 2001 2:42 AM
To: [EMAIL PROTECTED]
Subject: Re: SOAP-ENV:Server.Exception error



I feel like a broken record repeating this advice...

> > > Ouch, the call failed:
> > >   Fault Code   = SOAP-ENV:Server.Exception:
> > >   Fault String = java.lang.NoSuchMethodError

One possible cause - the JVM is finding an earlier XML parser
that does not support namespaces before it finds the Xerces
parser jar no matter what your classpath is. 

When it happened to me, it was an old JAXP package
in the JAVA-HOME\jre\lib\ext  directory.

Read the file findingclasses.html in the tooldocs section
of your javadocs to find out why this happens.

-- 
WBB - [EMAIL PROTECTED]
Java Cert mock exams http://www.lanw.com/java/javacert/
Author of Java Developer's Guide to Servlets and JSP 
ISBN 0-7821-2809-2

Reply via email to