Java RPC  
Author Message
ecelebi





PostPosted: 2005-2-25 23:21:00 Top

java-programmer, Java RPC Hi All,

We have a set of application that communicates with embeded devices
that runs linux. Now we decide to use xml-rpc to send commands to the
devices with Apache's xmlrpc (or any other). We only need to generate,
and parse the structured xml string that contains the method name and
parameters. In other words we dont want to use a rpc server.
My question is how can I obtain the xml string of RPC command by only
suplying the method name and a vector that contains the parameters.

ps. In addition to primitive data types, parameters may contain
struct, array and etc.

Thanks in advance for your answer..