hi everyone,
I'm trying to see wether it's possible to send something from one computer to another using xmlrpc.... here's the deal, we're programming a network application (a studend "homework") and we're asked to upgrade some classes remotely... we already have a client and a server running classes that gives us infos, but the infos are obtained locally (with the server's eyes). What we want is a client sending a small code that the server could write on the disk in order to upgrade or replace old classes... is it possible ? i thought sending vectors of "i don't know what" as argument of a remote procedure, but don't really know if this could work... does anyone use XMLRPC to maintain/upgrade java classes or even binaries ?
Hints and links are welcome, so are samples ;-)
thanks in advance stephane
