Erro 404 while accessing the WebService in remote system
Hi All
We are using Spring Webservice client to access the Plain Webservice deployed using the JAXRPC. When we deployed service and client in the same machine its working fine but when we are deploying webservice in one maching and client in another machine we are getting following exception
Could not access remote service [{http://service}EmployeeService]; nested exception is (404)Not Found
at org.springframework.remoting.rmi.RmiClientIntercep torUtils.convertRmiAccessException(
RmiClientInterceptorUtils.java:192)
at org.springframework.remoting.jaxrpc.JaxRpcPortClie ntInterceptor.handleRemoteException(JaxRpcPortClientInterceptor.java:727)
at org.springframework.remoting.jaxrpc.JaxRpcPortClie ntInterceptor.doInvoke(JaxRpcPortClientInterceptor.java:586)
at org.springframework.remoting.jaxrpc.JaxRpcPortClie ntInterceptor.invoke(JaxRpcPortClientInterceptor.java:553)
at org.springframework.aop.framework.ReflectiveMethod Invocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopPro xy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy0.Add(Unknown Source)
at SpringWSClient.Add(SpringWSClient.java:15)
at TestClass.main(TestClass.java:11)
And the same code is not working.
Can anyone please help me to get rid of this issue.
Thanks for spending valuable time for this..
Please let me know if someone want more details..