Posted by Hugo Wetterberg on May 7, 2010 at 8:11am
I just released a module that extends the REST server with support for both binary and xml based plists: http://drupal.org/project/rest_server_plist. This allows you to talk with services on the iPhone without any external dependencies on json parsers or having to interpret xml responses.

Comments
very nice
The plist interchange module looks awesome, I've asked the drupal developer I'm working with to install it on our site.
However I'm just an iPhone developer trying to make progress with the Services module using REST interfaces and I'm having trouble finding good examples that do not involve XMLRPC and miles of dependencies and obscure code.
Can you post a simple example from the client side (iphone/cocoa code) that interfaces with your rest_server_plist module to perform a user login (acquire session id). That would be a huge help thanks!