Re: XML-RPC
Re: XML-RPC
- Subject: Re: XML-RPC
- From: Joseph Heck <email@hidden>
- Date: Sat, 2 Feb 2002 20:05:14 -0800
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: | |
| >XML-RPC (From: David Kopec <email@hidden>) |