First page Back Continue Last page Overview Graphics
XML-RPC
Has exceptions (aka Faults)
Interoperates with other languages
No None
Well supported in Python standard library
HTTP transport in stdlib
- No security (https, authentication)
- One request per connection
Notes:
XML-RPC works well for BitPim. You can also use SOAP which is like a second system effect on XML-RPC. Note that both can be used at the same time – there are several examples in the Python Cookbook.