Hi,

The server has deployed an RMI-based service using spring remoting.

Is there a specific way for a non-spring client to call these services? Does the client have to look up a specific spring interface ?

Thanks.