MetaBlogApi in CommunityServer: works great
I've just done a clean install of CommunityServer and added the MetaBlogApi support as suggested in this post by ScottW. It seems to work very well. I was waiting eagerly for the support for MetaBlogApi in CommunityServer, because I wanted to make sure that Finch would support CommunityServer before calling it a final. I'm glad that I have waited for it. It turns out that I had a bug in my code that didn't turn up when using Finch against the .Text implementation of MetaBlogApi, but with CommunityServer, I could not add new posts anymore.
Initially, of course, I blamed CommunityServer, but I had to admit soon that it was my own fault. In my opinion, the MetaBlogApi support of CommunityServer looks very stable now. Instead of using a different web service Url for each blog, CommunityServer uses one stable Url as its XmlRpc endpoint and uses the BlogID parameter to indicate which blog should be edited (just the way the API was meant to work).
I will release an updated version of Finch tomorrow, as soon as I have been able to test the installer myself.