iPhone 支持 XML-RPC 吗?
iPhone 是否支持 XML-RPC?他们有我可以使用的开源框架吗?
Does iPhone support XML-RPC, Is their any open source framework which I can use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
“Airsource Ltd” 真的真的令人难以置信的错误。 该文档特定于 Mac OS X,而非 iPhone。 事实上(几乎)所有 Apple iPhone 文档都隐藏在登录页面和许可协议后面。 文档中提到的大多数技术(例如 AppleScript)甚至在 iPhone 上都不存在。
阿米特,如果你听从 Airsource 的建议,你的运气将是零。 不过,如果您按照“休息室”所说的去做并去抢,那就没问题了WordPress 源代码。 看起来他们推出了自己的 XMLRPC 库以在 iPhone 上使用。
至于 SOAP - 你得靠你自己了。 不过,您也许能够找到构建在 libxml2 之上的开源 SOAP 库。 祝你好运。
"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.
查看 WordPress 应用程序的源代码。 他们可能正在使用 XML-RPC。 :)
http://iphone.wordpress.org/
Checkout the source for the wordpress app. They might be using XML-RPC. :)
http://iphone.wordpress.org/
是的 iPhone 支持 XML-RPC 和 wordpress 开源应用程序就是最好的例子,
但从性能方面来看,我必须说 JSON 更适合与 iPhone 应用程序一起使用,
从这里 https://github .com/stig/json-framework/ 你可以下载 JSON 解析器。
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.