I'm trying to implement a simple webservice using spring http invokers.
I have set it up basically identical to the docs, but get this error:
I'm not sure why/how to fix this though?Code:Exception in thread "main" org.springframework.remoting.RemoteAccessException: Cannot access HTTP invoker remote service at [http://localhost:8080/AccountService]; nested exception is java.io.FileNotFoundException: http://localhost:8080/AccountService java.io.FileNotFoundException: http://localhost:8080/AccountService at sun.net.http://www.protocol.http.HttpURLConn...:1131) at org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor.doExecuteRequest(SimpleHttpInvokerRequestExecutor.java:52) at org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor.executeRequest(AbstractHttpInvokerRequestExecutor.java:67) at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvoker
I am running the client as a command prompt, calling to the running resin application on the same machine..


Reply With Quote