I've developed a client using XML-RPC.NET (works great). It retrieves an XML-RPC struct from a server and in an object provides access to certain elements of...
There is a bug in XmlRpcStruct. Rebuild the library with the following version of XmlRpcStruct.cs. I'll make available a test build later today. /* XML-RPC.NET...
Hi all, Right now when I need to send an empty array I set the property to an empty c# array (e.g. new Category[]{} ) and xml-rpc.net outputs the following: ...
Hi Alex - the alternatives you provide are all valid XML-RPC values and so could not possibly be used to represent an empty array or empty struct. In general I...
Snapshot of current state of next release here: http://www.cookcomputing.com/test/xml-rpc.net.0.9.3.3.alpha.zip Includes fix for problem below. - Charles ... ...
Hi Group, Does anyone know if the xml-rpc.net 0.9.2 supports SSL/https? I have searched the web and the mailing list, but the only answer I can find is this...
Esben Laursen
lists@...
Jan 24, 2006 8:07 pm
593
One of the things the LiveJournal service allows you to do is to use dedicated servers which are less congested when you're a paying member. In order for your...
Yes, if you need to provide a client certicate use the ClientCertificates property, otherwise, for example when connecting to the MSN Space XML-RPC API, the...
... Thank you very much for your suggestion! :) It's been very helpful for me in finding what I did wrong (a very stupid mistake, really :D) Thanks again, ...
... Im just a novice, so Im not quite sure what you mean by the MSN space XML-RPC API. Is it possible to do a ssl communication without inporting a ssl...
Esben Laursen
lists@...
Jan 27, 2006 3:32 pm
600
Hi again experts, Is there any way to get the header send/recieved from a xmlrpc? I know I can get the xml request/response, but I would also like to see the ...
Esben Laursen
lists@...
Jan 27, 2006 8:14 pm
601
Hi Mike - you can't currently access the cookiecontainer on the underlying HttpWebRequest instance - I'll look into making that available. How do you get hold...
When you make a call to LJ's login method (full details at http://www.livejournal.com/doc/server/ljp.csp.xml-rpc.login.html), it returns a value called...
Hello all - I hope this isn't a completely foolish question, but I can't seem to work it out. I'm working with a an XML-RPC server that answers requests in...
Hi all - Eureka! If anyone else has a similar problem (the server you are talking to returns different structures depending on the success or failure of your...
Hello XmlRpc users, I've got a multi-thread application. I read in the FAQ that we have to create separate proxy for each concurents calls. But the...
Cyrille37
cyrille37@...
Feb 5, 2006 5:59 pm
606
I'm new to XML-RPC. With a new project on horizon. I would like to start on the right foot. Any suggestions which IDE is prefered? I've been working with VS...
... I think you should use VS2005 and especially Framework 2.0. cyrille...
Cyrille37
cyrille37@...
Feb 10, 2006 3:10 pm
608
Argument for 2005: more and more, when you Google for answers to your questions, the posts you read will be based on whatever is latest. Arguments for 2003: -...
It isn't elegant, but I use Ethereal http://www.ethereal.com. It is essentially a network analyzer, and you can trace/view the traffic between you machine and...
I'm new to xmlrpc and I'm trying to implement xmlrpc.net using vb.net. I've downloaded the library and added the reference to my project. It compiles OK. The...
Hi all, I am not sure if anyone here can help me out or not but here is my issue. I am trying to communicate with the XML-RPC server implemented in Second...
Rob, I think you may have overlooked something. You are calling a procedure that has three parameters - two strings and an int. You have stated this is not...
The only thing that comes to mind is that the default namespace in VB sometimes causes people problems but you seem to have covered that. Can you supply your...
... connecting to ... does all ... space ... He's just saying that MSN Spaces' new MetaweblogAPI, which works through SSL (https://) works just fine with a...