Re: XML-RPC
Re: XML-RPC
- Subject: Re: XML-RPC
- From: Chris Hanson <email@hidden>
- Date: Sun, 3 Feb 2002 03:03:20 -0600
At 8:05 PM -0800 2/2/02, Joseph Heck wrote:
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).
XML-RPC and SOAP support aren't in AppleScript, they're in the Apple
Event Manager. AppleScript just provides an interface to the Apple
Event Manager's implementation.
Thus you don't have to use AppleScript to do XML-RPC and SOAP, just
the Apple Event Manager. For info on how to do that, check out the
chapter "Making Remote Procedure Calls From Applications" in the book
"Making XML-RPC and SOAP Requests With AppleScript".
http://developer.apple.com/techpubs/macosx/Carbon/interapplicationcomm/soapXMLRPC/index.html
-- Chris
--
Chris Hanson | Email: email@hidden
bDistributed.com, Inc. | Phone: +1-847-372-3955
Making Business Distributed | Fax: +1-847-589-3738
http://bdistributed.com/ | Personal Email: email@hidden
References: | |
| >Re: XML-RPC (From: Joseph Heck <email@hidden>) |