Hi,
        I'm sure someone has been down this road but I couldn't find an answer
in the archives so please bear with me.  I installed the soap jars and
admin jsps in Tomcat 4.0.3 running under jdk1.4.0 on redhat linux.  I
can successfully hit the http://localhost:8080/soap/servlet/rpcrouter,
messagerouter, and admin jsps.  I get the expected:
SOAP RPC Router

Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to
me.

When I try to use the command line to list registered services, I get
the following exception:

Exception in thread "main" java.lang.NullPointerException
at
org.apache.soap.transport.TransportMessage.read(TransportMessage.java:206)
        at org.apache.soap.util.net.HTTPUtils.post(HTTPUtils.java:333)
        at
org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnection.java:282)
        at org.apache.soap.rpc.Call.invoke(Call.java:205)
        at
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClient.java:129)
        at
org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient.java:151)
        at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:237)

The command line call I'm using is:
java org.apache.soap.server.ServiceManagerClient
http://127.0.0.1:8080/soap/servlet/rpcrouter list

Any help would be extremely appreciated.

Thanks,
Tom Hoffman

Reply via email to