Hi, I'm using XML-RPC.NET to implement both a client and a server. When I make a request to the server, I'm getting a fault back with an error code of 0 and a...
Hi all, Im new here. I was looking for help with upcdatabase.com XMLRC examples. I didnt find one here, but eventualy figured it out. Here is my c# code. ...
I've been racking my brain trying to figure out how to fix this. I use the XML-RPC api to interface with SmugMug and have moved from version 1.1 of their api...
Looks like the server is returning a struct containing a single member called Categories whose value is an array of structs. Your code is expecting an array to...
Here's the relevant code for the server, which is implemented as a Windows Service. When it's first started, I use remoting to get the XML-RPC part going:...
Hi Andrew - the problem occurs because the Remoting runtime cannot create an instance of the Server class. To do this it needs to use a constructor which does...
Hi everyone, just joined and I have a question since I'm getting started. Is it possible to use XML-RPC.NET to send data to a website that is implemented in...
Hi Can we write XMLRPC.NET client application in Csharp to talk to a XMRPC application running in Linux developed used C++? Here is the code of XMLRPC service...
Posting again in the hope of the final bit of help I think I need! If I use the structures as shown in previous posts, I get an error message saying that the...
Ha... I think I'm talking to myself... ;-) Anyhow, just to back up what I said a few days ago, here's a screenshot of what I'm on about, showing the structure...
Hi Charles - they're the ones you helped me set up a couple of weeks ago... ;-) public struct CustPOI { public string uid; public string description; public...
Oh god... it wasn't as simple as that all along, was it...? Hang on... Nope. Just tried it. Altered the CustPOI member to be: public struct POIArray { public...
Charles... I'm so sorry to have wasted your (and others') time... I've just actually READ what you typed and just realised that not all languages are as...
I'm using this XMLRPC libary for Wordpress blog and work great. But for Livejournal the xml that supposed to get to the server should be like this: <?xml...
I am working with a application that has the following specifications. I pulled just 9 pages that are relevent to my questions and posted them here in pdf form...
I'm getting the following exception when using the cook computing xmlrpc library to connect to a service running on localhost. The code works on XP but once...
There si somethinks I don't undestand. This is my C# struct : ////////// [CookComputing.XmlRpc.XmlRpcMissingMapping(MappingAction.Ignore)] public struct...
In the case that is failing there is an invalid int value: <member> <name>9</name> <value><int></int></value> </member> Are you catching the exception from...
It looks like that if you want to use BioApp.addServer you have to pass the URL of an XML-RPC listener, i.e. an XML-RPC server whose specified method will be...
The is no Exception throw by the proxy this is the code I use : try { res = logekomProxy.renvoi_liste_des_biens_a_appeler_d_un_proprietaire ("robot1", "xxxx",...