I tried to compile the new version of src code but am getting a bunch of errors. Where can I get the latest CookComputing.XmlRpcV2.dll? Thanks, Srinivas...
Hi Luis Daniel: I don't test the library with Mono but I know that a number of people are using it with Mono. I don't know which versions of Mono though. ... ...
... Er??? Not sure what you mean. Instance Consonance <http://code.google.com/p/consonance/> uses XML-RPC.NET to talk to <http://code.google.com/p/zogi/>...
It has been 6 years I have nt program a line. I wonder if there is any example of how to programa mono avec xmlrpcnet. I have experience with vb.net. Regards,...
when I make an xmlrpc call over http everything works great, but not over https. It gives me errors like: Call XML not a proper XML-RPC call. Call is not valid...
Hey, on calling a method i obviously get Object[], however how i can down cast it to a class or struct giving that some elements in the response are...
Use of https url instead of http url should just work (unless you need to do something with certificates - see earlier posts here). From your post its not...
Adam, thanks for your response, could you please have a look on the screenshot a let me know if this approach will work ? On Thu, Jan 8, 2009 at 5:42 PM, Adam...
Hi I'm trying to get datas from a PHP-Webservice into an xmlrpcstruct and get all the time a nullreferenceexception. My code ist like below... The interface...
Hi Roland: it's a reported issue: http://code.google.com/p/xmlrpcnet/issues/detail?id=37 The response contains a <nil/> element which is non-standard XML-RPC...
I am a new user of XML-RPC.NET and I have trouble integrating with xml-rpx.net BOOKING.COM. I require an example in ASP.NET (C #). I'm coding: using System; ...
Ok, i have resolved it. But i need know how to fill a gridview with the response of the method. object[] response = getHotels(structure); response is an object...
Hi, I'm using XML-RPC.net (code is in c#) to access the API of the e- commerce engine Magento. I'm having trouble with data types when it comes to defining...
... Yep, "bar" is an XmlRpcStruct, not a string. ToString() on XmlRpcStruct returns "CookComputing.XmlRpc.XmlRpcStruct". Do a  object[] childList =...
Hi, i need know how to fill a gridview with the response of the method. object[] response = getHotels(structure); response is an object type that i want to use...
... Hi Adam, Thank you so much for your reply. I ran your example but I got the ... Error 1: 'object' does not contain a definition for 'Keys' and no extension...
... Yep, that makes sense.  Try: object[] childList = (object[])cats["children"]; foreach (object bar in childList) foreach(object key in (bar as...
... This is pretty odd but when I try the code above I get exactly the ... is_active:1 name:Root Catalog children:System.Object[] category_id:3 level:1 ...
Thanks for your answer. creat a new class & map everything 2 de new class instance. Can i convert the object response to a DataSet or DataTable for to fill...