Re: XML-RPC
Re: XML-RPC
- Subject: Re: XML-RPC
- From: David Kopec <email@hidden>
- Date: Sun, 3 Feb 2002 01:47:42 -0500
Thanks for the pointer to that Framework. It looks promising. I would
be happy with a C based API as well. I'm not too hot on the
Applecscript since I don't know Applescript very well and I would much
prefer a C/Objective-C based solution. Even calling Carbon would be
acceptable.
David
On Saturday, February 2, 2002, at 11:05 PM, Joseph Heck wrote:
On Saturday, February 2, 2002, at 07:16 PM, David Kopec wrote:
I see that AppleScript has access to XML-RPC. I'm new to XML-RPC, and
I was wondering if there was a way to tie into it from Cocoa.
That depends on if you want to tie into it through Applescript or just
use an implementation of XML-RPC.
There's been some commentary/questions/notes on invoking Applescript
from within Cocoa on this list in the past. Summary is that there
aren't any explicit cocoa libraries to do that - you need to invoke
using Carbon interfaces (I'm sure someone will correct me if I'm lying).
The second half is answered by the top item in a google search for
"XML-RPC cocoa"
http://www.mulle-kybernetik.com/software/XMLRPC/ has some frameworks
available to invoke with XML-RPC. I can't vouch for them (haven't
played with it), but the're available under a GNU license.
-joe
References: | |
| >Re: XML-RPC (From: Joseph Heck <email@hidden>) |