Charles, are there any plans to support changing the endpoint URL when using the XmlRpcProxyGen/Interface method of building clients ? (which i really like...
0.8.1 is now available. I've done some quick testing on this and it fixes the known problems, but I need to write some comprehensive unit tests for the...
Hi Mike - re using object as the type for postid/userid: I suppose this is really from a client point of view. I needed this to enable the same interface to...
Charles: I downloaded the refresh and it looks pretty nice. I can see the possibilities with the optional members and am working on some examples here ...
Bryce: It should have been mamund at yahoo.com - my bad. The spam arrest folks got a snootful from us and tell me they no longer send solicitations to folks...
... Bounced with "reason: 554 delivery error: dd Sorry your message to maund@... cannot be delivered. This account has been disabled or discontinued...
I was connecting to v1.1 but just tried with v1.2 and there is a similar difference between the two calls. BTW I've uploaded version 0.8.0 of the library and...
Ahhhhh Bugger! Looks like we got some bad coding in there. Which version of the xmlrpc library are you using right now for erablog? v1.1 or v1.2? Thanks for...
I just checked with some calls to EraBlog: blogger.getRecentPosts returns post structs with string postid's and metaWeblog.getRecentPosts returns structs with...
... like ... I have a stupid little program that makes XML-RPC methodcalls and displays the raw response. I was checking getRecentPosts, but getPost also...
Bryce: Very interesting. We am using Charles Cook's excellent XML-RPC for .NET library and writing our code in C#. Maybe we're missing something here: We...
Bruce: Thanks for chiming in here. Yeah, the specs for these things are really a mess. About the EraBlog problem. We return int values but treat them as...
... Another fine example of crappy, obsolete docs. ... Use the "Update Radio Root" command, it'll probably take several minutes on a fresh Radio installation....
Re point (2) the failure occurred when calling Radio which I installed today. ... http://radio.weblogs.com/0001015/userland/examples/metaWeblogApi/getPo ... ...
... Just to clarify that: EraBlog will not accept the Integer postid that it returns. Client apps should not be burdened with this sort of typing issue --...
Charles, Your "Webloging API Blues" weblog entry reminded me that I wanted to chime in on this... The MW API's biggest failing is that it defers to the Blogger...
You know, I hadn't even started on the mt.* methods since it takes some sorting out of how to support categories, etc. for example, at erablog, we assign a...
Hi charles: Sorry I didn't respond asap. We swamped under with some updates for erablog. I see (from the erablog traffic) you're working on your blog...
The xml-rpc server has a servie written by python and named "InputCandidate" which need a string parameter and return a string, my code: private void...
Hi Mike - given the demand for the optional struct member functionality I've decided I'll put out a release containing this without updating the documentation....
This exception is thrown if the proxy code calls XmlRpcClientProtocol.Invoke and passes in the name of a method which does not have the XmlRpcMethodAttribute...
I use xml-rpc.net version 0.7.1 to connect to a xml-rpc service written by python, the firt time when I connected, I can get what I want, but after that, I...
I use xml-rpc.net.0.7.1 to construct the xml-rpc client, then, I use it to connect to a xml-rpc service written by python. The first time When I connected, I...
CC: I know that you've been working on the next release. The optional members is a really big issue for me right now as it's holding up my full-fledge...
I don't understand why there should be a difference between C# and VB because all the "networking action" is taking place in the implementation of the...