Best way to use XML-RPC in Cocoa application?

后端 未结 4 488
青春惊慌失措
青春惊慌失措 2021-01-04 08:50

I wanted to write a GUI-wrapper for an application which uses XML-RPC and wondered if there are any XML-RPC frameworks available for Cocoa and if so what\'s the best?

<
4条回答
  •  Happy的楠姐
    2021-01-04 09:06

    I think that the best available and actively maintained framework is Eric Czarny’s “Cocoa XML-RPC Framework”. In the end there is no magic behind XML-RPC and you should be also fairly happy with Apple’s Web Services Core (like James already mentioned). If you want to get rid of the C-style syntax I really recommend Eric’s framework, because it isn’t so verbose and relatively nice to work with.

提交回复
热议问题