I have a java rmi client-server and I need to put a VB program in the middle to perform some monitoring. To facilitate this, I wrote a rmi-xmlrpc bridge in Java. It acts as a RMI server and converts the RMI method calls into XMLRPC method calls. Unfortunately running it fails because it's apparently trying to serialize the whole xmlrpc infrastructure. I need to get this working ASAP.
More details at: http://pastie.caboo.se/7745
fundedPeople succeed in answering guy_argo's questions 0% of the time (0 success in 3 attempts).
Answers by: Dane Summers | Don Miguel de los Platanos | Jason McMunn
RpcProxy class should extend Remote.
It does already.