You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by ah...@intermediate.de on 2001/03/16 08:57:15 UTC

Examples not working (Server.Exception)

I'm using SOAP for the first time. Trying to deploy an example I get the
following message:

(I'm using Tomcat 3.2, Xerces1.2.2 and Soap2.0)


java org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter deploy D:\Soap\xml-soap\java\s
amples\kbase\DeploymentDescriptor.xml

Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = org/apache/xerces/parsers/DOMParser


running a client (after deploying in manually w/ the admin-html) throws the
same exception

What am I doing wrong?????

Alex