I'm using xmlrpc-c as XMLRPC Client for my C project, my question is how can I pass following parameters to my Remote Procedure Call ?
string1, int1, string2, int2, struct (name : age), string3
Here is the cmdline tool of xmlrpc command
xmlrpc http://www.oreillynet.com/meerkat/xml-rpc/server.php
meerkat.getItems
struct/{search:linux,descriptions:i/76,time_period:12hour}
I want to pass similar parameter in my code.