RE: XML-RPC
RE: XML-RPC
- Subject: RE: XML-RPC
- From: Daniel Parnell <email@hidden>
- Date: Mon, 4 Feb 2002 08:29:21 +1100
>
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).
I'm in the process of messing about with some simple ObjC classes to
compile/execute scripts from within cocoa apps. The seem to work OK, but
they are a bit rough at this stage.
If anybody wants them I can post them somewhere.
Daniel