XML-RPC Server in Cocoa

和自甴很熟 提交于 2019-12-04 01:36:48

问题


I need to create an XML-RPC server on the iphone for testing purposes. Is there is a library I could leverage?


回答1:


Check out eczarny / xmlrpc on github. It comes with a test server.




回答2:


Writing such a server -- especially for test purposes -- is pretty trivial using either Ruby or Python. I'd bet Ruby on Rails has solved this problem (I don't know it well enough to say for sure).

For Python, there are about a dozen solutions. I've personally both used a dead simple server with the built in libraries and have also used Twisted if the server needs any kind of complexity.



来源:https://stackoverflow.com/questions/3909093/xml-rpc-server-in-cocoa

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!