WordPress-on-a-Rope provides a soap interface for web service clients. Most of the code has been taken from the XMLRPC interface and modified to work with the PHP5 soap extension.
Functions include: newPost, editPost, getPost, deletePost, getCategories, and getRecentPosts
Client code samples for PHP and .NET are included.