"Hashimoto, Mike" wrote:
>
> I will apologize in advance if this is such a common question. Following
> installation, I am consistently getting the following error when just trying
> to get the "list" from the rpcrouter:
>
> C:\Projects\SOAP Test>java org.apache.soap.server.ServiceManagerClient
> http://localhost:8080/soap/servlet/rpcrouter list
> Ouch, the call failed:
> Fault Code = SOAP-ENV:Server.Exception:
> Fault String = java.lang.NoSuchMethodError
Probably the parser your JVM is finding does not handle namespaces
correctly. It may be finding another parser before it gets to the
Xerces.jar on your classpath. For example, I had trouble with
an old parser on the JAVA_HOME\jre\lib\ext path.
--
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