Is there a how-to anywhere about using the xml-rpc client library over an ssl connection? Any pointers would be appreciated. I ran across an old post on this...
Version 2.0.0 is up at http://www.xml-rpc.net/ The main change is the addition of a .NET 2.0 build to allow use of 2.0 features such as generics and nullable...
Version 2.1.0 is up at http://www.xml-rpc.net/ New features and changes: * Add support for proxy interfaces with overloaded methods. * Add support for the...
Hi guys, I'm using XML-RPC.NET in a project I'm currently working on and I must say I love it since the first moment: intuitive design, decent documentation,...
Anyone have some samples on how to use the MetaWeblog or MoveableType API's with XML-RPC.Net? I think the MT api's are the better approach for Wordpress....
when I use the hello client to connect hello server which provided in the new release, the connection is still alive. Thought I set the proxy's property...
Hi, I'm working on an application that makes asynchronous method calls (I based this code on AsychBetty sample app). The application works fine however, can...
Hi Lorns - the call to EndLogUser in the callback method should throw an exception in the connection fails. - Charles ... [Non-text portions of this message...
Thanks, I would try to add the call to error handler on the callback method. However, while testing this application I have again encountered an error. To give...
Hi, Just would like to ask if it is really necessary to declare the callback method as static method instead of an instance method? I am not sure if this could...
Hi, I am just getting started with XML RPC. I have a XML RPC server that is documented. The documentation has an example in Java. I read the XML-RPC.NET FAQ...
I try to interface the Oodle Api using the xmlrpc.net. I do not know to set the member name in the XmlRpcMember for an xml array. This is working (the Oodle...
Hi Charles, For some reason I'm encountering this issue with the 1.1 assembly as well as the 2.0 assembly. I downloaded the latest project from the site to...
I am attempting to implement the MetaWeblog API to support Windows Live Writer on an application. I haven't found any decent resources on implementing this...
Hi, The Meta Weblog API states that getCategories() must return a struct which contains a sub-struct for each category. The following piece of codes which I...
Hello everyone ! :) I am new to XMLRPC , and can't do everything by myself in C++. (I did almost everything in C# - there it is so easy .. ). Can you tell me...
We're trying to write a new client to communicate in VB.NET with an existing server that came with a system we purchased. When we try it out, we get a...
I'm embarrassed to say that I only had one project (so far) that needed XML-RPC; I asked my questions, everybody was helpful, and I'm pretty much done for the...
Hi Jody: I don't understand what is going wrong on your system. I just tested setting the Credentials property of a proxy and I see the expected behavior: the...
[This was mistakenly posted to the wrong group - http://tech.groups.yahoo.com/group/xml-rpc/message/6575 - so I'm reposting it here] I'm trying to test some C#...
Hmmm...in my case, that authenticate header didn't appear. Using TCPTRACE, I was able to watch the transaction between my test code and the server, as well as...
You refer to lines 148 and 159, but I don't see any source. Am I missing something? (Or did you just give those numbers to make the point that the exception...
Hi, I'm trying to add network credentials to a proxy and it keeps telling "Credentials" is not a member of "StudioRpc" Here is the code for the creation of the...
Thanks for having a look at it. As I mentioned, the code that I was referring to is in XmlRpcClientProtocol.cs . I'm enclosing an isolated small source that...