Hello everyone,
Till now i was using web services. I have to use xmlrpc in c# to request for a service. my server api object look likes this ..
chawpref(id, {'aw_report':{' evt_move':False , 'evt_change':Tr ue,}}
The api url is http://www.blabla.com/api/ap_chawpref.html like this.
My doubt is how can send xmlrpc request from c#.Net to this url. Actually i had look at the cookcomputing xmlrpc dll but i have no clue how can use it..
Any idea ?..
Thank you.
Till now i was using web services. I have to use xmlrpc in c# to request for a service. my server api object look likes this ..
chawpref(id, {'aw_report':{' evt_move':False , 'evt_change':Tr ue,}}
The api url is http://www.blabla.com/api/ap_chawpref.html like this.
My doubt is how can send xmlrpc request from c#.Net to this url. Actually i had look at the cookcomputing xmlrpc dll but i have no clue how can use it..
Any idea ?..
Thank you.