XMLRPC help

Hi,

At present, I have a code running on my X2 gateway which issues the following commands:


zigbee.ddo_set_param(node.addr_extended, ‘ZA’, 1)


zigbee.ddo_set_param(node.addr_extended, ‘CI’, 0x12)


rssi = zigbee.ddo_get_param(dev_addr, ‘DB’)

I want to do the same thing with a PC application, but I am not sure how to issue the ddo commands over a XMLRPC type of environment.
Or if there is another way to do this, I would really appreciate any help with that.

Thanks

Aks