> "Gaur, Deepak" wrote:
> 
> Hello Good People,
> 
> I am a new SOAP developer. I was trying to deploy some of the samples
> that came with the SOAP download using the following command :
> 
> C:\soap-2_2\samples\stockquote> java -cp
> 
>C:\soap-2_2\lib\soap.jar;C:\xerces-1_4_2\xerces.jar;C:\dev_home\opt\merc\package\lib\mail.jar;C:\dev_home\opt\merc\package\lib\activation.jar
> org.apache.soap.server.ServiceManagerClient
> http://localhost/soap/servlet/rpcrouter deploy
> DeploymentDescriptor.xml
> 
> Getting the following Error :
> 
> Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Server.Exception:
>   Fault String = java.lang.NoSuchMethodError
> 
> Any sort of help will be highly appreciated.
> 
> Thanks in advance.
> ~deepak.
> Experian Exactis.
> Denver, CO.

The most common cause of this appears to be an older
XML parser that your JVM finds before it finds Xerces.jar
Possibly in your standard extensions directory -
JAVA-HOME\jre\lib\ext

-- 
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