You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Santonu Sarkar <ss...@eforceglobal.com> on 2000/11/10 16:08:08 UTC

Soap installation problem

Hello Soap users,

I am new to this newsgroup. I tried to install soap in Apache but it does not work. I did the 
following:

1. Installed Apache web server
2. Installed tomcat 3.1. I tested that it is working fine.
3. Downloaded Apache SOAP 2.0 and installed it.
4. Downloaded both XML4J_3_0_1 and xerces1.2.1.
5. Tried to run the sample applications come with SOAP 2.0.

None of them work. 
Tomcat throws exception saying that no such method exists at org.apache.soap.util.xml.QName.java line 80. 

Then I checked the source code and found that a method called getNamespaceURI() is called on an object of class Node. This is a DOM level 2 method.

XML4J3.0.1 and xerces1.2.1 are not DOM 2 complaint, even though the documentation says that DOM 2 apis are implemented. I confirmed this by introspecting the Node class of the jar file.

Can anybody help me in finding the right XML jar file that needs to be used for SOAP2.0 or am I doing something entirely wrong?

--
Santonu Sarkar