I had the exact same error before. You have an old XML parser in front of
the new parser in the CLASSPATH. Make sure you have the JAXP parser at the
begining of your classpath.

-----Original Message-----
From: Minhaj Basha Shaik [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 12, 2001 7:01 AM
To: [EMAIL PROTECTED]
Subject: SOAP Fault ..


Hi,
 
I have installed SOAP-2.2 and i am using TOMCAT-3.1.1 as servlet
engine.. 
All installation testings on server side are going perfect.
 
but when i try to run the command java
org.apache.soap.server.ServiceManager
http://localhost:8080/soap/servlet/rpcrouter list 
 
it throws following error. 
 
Fault Code = SOPA-ENV:Server.Exception: 
Fault String = org.w3c.dom.Node: method
getNamespaceURI()Ljava/lang/String: not found
 
I have made sure no other xerces.jar is being called and the url i have
mentioned has no issues.
 
Any pointers why this is coming up and how to solve this would be of
great help..
 
Thanks and regards
 
Minhaj.S

Reply via email to