Hi I'm having problems with a simple connect to my soap server.
 
I am getting the correct message for http://localhost:8080/soap/servlet/rpcrouter
 
i.e.

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

However when I call

java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list
 
from the command line I get the following error :
 
Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=Error
opening socket: Connection refused: connect; targetException=java.lang.IllegalAr
gumentException: Error opening socket: Connection refused: connect]
        at org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnec
tion.java:324)
        at org.apache.soap.rpc.Call.invoke(Call.java:205)
        at org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManag
erClient.java:129)
        at org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient
.java:151)
        at org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient
.java:237)
 
Any ideas?
 
Regards
 
Jonathan


Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger

Reply via email to