.Mac and XML-RPC

Apple has released the .Mac SDK, allowing developers to integrate their applications with Apple’s members-only suite of web-hosted applications. Interestingly, the “Using the .Mac SDK” page says that “.Mac supports network access via WebDAV, HTTP, XML-RPC, and other open standards.” The focus of the SDK however appears to be on a set of Cocoa classes that wrap an access API, and there isn’t any documentation on what XML-RPC services are exposed by .Mac.

I would imagine that doing things like membership checking and so forth require a lot more work in XML-RPC, but it would still be interesting to see what the service calls looked like. Other than the one mention in the page I cite above, there’s no further mention of XML-RPC anywhere in the docs.

Anyone got any ideas?