Does iPhone support XML-RPC?

后端 未结 3 1160
渐次进展
渐次进展 2021-01-05 16:33

Does iPhone support XML-RPC, Is their any open source framework which I can use?

相关标签:
3条回答
  • 2021-01-05 17:17

    "Airsource Ltd" is really really incredibly wrong about that document. That document is specific to Mac OS X and NOT the iPhone. In fact (almost) all Apple iPhone documentation is hidden away behind a login page and a licence agreement. Most of the technologies that document refer to (e.g. AppleScript) do not even exist on the iPhone.

    Amit, you'll have Zero luck if you follow Airsource's advice. You will however do ok if you do as "Lounges" says and go grab the wordpress source code. It looks like they rolled their own XMLRPC library for use on the iPhone.

    As for SOAP - you're on your own. You might be able to find an opensource SOAP library built on top of libxml2 though. Good luck.

    0 讨论(0)
  • 2021-01-05 17:19

    Checkout the source for the wordpress app. They might be using XML-RPC. :)

    http://iphone.wordpress.org/

    0 讨论(0)
  • 2021-01-05 17:37

    Yes iPhone support XML-RPC and wordpress opensource application is best example of it, but from performance aspect I must say JSON is better to use with iPhone application,

    from here https://github.com/stig/json-framework/ u can download JSON parser.

    0 讨论(0)
提交回复
热议问题