Your server is loading DOM code that does not support namespaces.  This is
probably an issue with the classpath used by your servlet container.  You
should follow the instructions provided with SOAP 2.2 that pertain to the
container you use.  The installation documentation is at
/path-to-soap/docs/install.  Generally speaking, you will find that the
containers have an XML parser in their classpath already.  You must put
Xerces in the classpath before these other parsers.

Scott

----- Original Message -----
From: "Gaur, Deepak" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 08, 2001 2:07 PM
Subject: Problem with the Deployment.


> 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\pac
> kage\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.
>

Reply via email to