guy_argo will pay $100.00 to the first person to successfully answer the question:

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

funded

Answer guy_argo's question

People succeed in answering guy_argo's questions 0% of the time (0 success in 3 attempts).

Counter Offer:

$120 | $140 | $160 | other:

Answers by: Dane Summers | Don Miguel de los Platanos | Jason McMunn

Don Miguel de los Platanos's Answer:

Reply by Don Miguel de los Platanos 883 days ago

RpcProxy class should extend Remote.

Reply by guy_argo 882 days ago

It does already.