Best way to use XML-RPC in Cocoa application?

后端 未结 4 490
青春惊慌失措
青春惊慌失措 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条回答
  •  甜味超标
    2021-01-04 09:07

    Thank you very much for your answers.

    Yesterday I did an extensive Google session on this topic and came up with some dedicated XML-RPC frameworks for Cocoa.

    1. "The Cocoa XML-RPC Framework" from Eric Czarny which can be found at http://github.com/eczarny/xmlrpc/tree/master
    2. "Open Source XML-RPC Class for Cocoa" from Brent Simmons can be found at http://ranchero.com/cocoa/xmlrpc/
    3. "XMLRPC Framework" from Marcus Müller which seems a little bit outdated and can be found at http://www.mulle-kybernetik.com/software/XMLRPC/

    I wonder if anyone has any experience with any of those or a recommendation which one to use.

提交回复
热议问题