Hello. I am using Spring 3.0 and i need remote access to about 50 services. Which of the many ways to remotly access services is the best sollution. This will be for integration testing so its a Java client and server. It there a way to mininimize the configuration by creating some type of Remote Factory and dynamcally pass in the service name and method call? Any suggestions?

Thank You
jeff