Whenever I try:
>java org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter list
I Get:
Ouch, the call failed:
Fault Code = SOAP-ENV:Server.Exception:
Fault String = org.w3c.dom.Node: method
getNamespaceURI()Ljava/lang/String; not found
However If I connect to http://localhost:8080/||soap/servlet/rpcrouter||
in a browser I get:
SOAP RPC Router
Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me.
My current setup is as follows:
Redhat Linux 7.1
Xerces v 1.3.0
Tomcat v.3.2.2-1
apache-soap v2.2
Classpath
> echo $CLASSPATH
/opt/IBMJava2-13/lib/xerces.jar:/opt/IBMJava2-13/lib/soap.jar:
/opt/IBMJava2-13/lib/mail.jar:/opt/IBMJava2-13/lib/activation.jar:
/opt/IBMJava2-13/lib:/incoming/java-soap/apache-soap/soap-2_2/
I've seen messages about the classpath, is that the system classpath? If
so, then is the above classpath correct?
Am I missing something else?
Any help/guidance would be appreciated.