I am working on using the xml rpc interface to interface to one of our C# applications.
So far I have successfully used the setValues and getValues methods.
I have looked in the xmlrpcHandlerCommon.ctl and found there are some functions which use deal with subscriptions.
Is there an example of how to use the subscriptions functions via xml-rpc, to be notified of changes when they happen.
Also, what sort of capacity of data change rate can the xml-rpc link deal with (for both setting and getting values)?
Thanks
Mark