5

Is it possible to use XML-RPC calls in iPhone application (what approaches are the best)? Are there any constraints with XML-RPC?

Thank you, Paul

Paul E.
  • 1,889
  • 1
  • 12
  • 15

2 Answers2

3

I have recently come across this library, take a look at the description at the end.

Hope you find it useful.

https://github.com/eczarny/xmlrpc

Robin
  • 10,011
  • 5
  • 49
  • 75
1

You might be interested in the WordPress for iOS app. It's completely open source and uses an XML-RPC library.

http://ios.wordpress.org/

Gerd
  • 328
  • 1
  • 2
  • 9