Re: Mirror Project XMLRPC
Re: Mirror Project XMLRPC
- Subject: Re: Mirror Project XMLRPC
- From: Jeremy Reichman <email@hidden>
- Date: Tue, 30 Oct 2001 21:05:33 -0500
I had the same kind of thing when I tried to put the XML-RPC application
URL into a variable, like:
set app_url to "
http://www.mirrorproject.org/xmlrpc"
tell app app_url ...
I also followed the sample code from the Apple site on XML-RPC and use the
form of:
tell app ...
set response_returned to call xmlrpc ...
...rather than doing a return. Hm. I know I have gotten XML-RPC calls to
work, because I just did some with UserLand Frontier/Manila myself.
On Friday, October 19, 2001, at 12:00 AM, Larry Staton Jr. wrote:
I am trying to send an XML-RPC message to the Mirror Project site.
Here's the relevant code:
tell application "http://www.mirrorproject.org/xmlrpc"
return call xmlrpc {method name: "mirror.Random", parameters:{}}
end tell
When I "Check Syntax", I get an error: "Can't get application's event
dictionary"
I can run other XML-RPC and SOAP scripts, but I can't get new ones to
compile.
Any thoughts?
--
Jeremy Reichman
Software Specialist III / Instructor
Customer Support Services
Information & Technology Services
Rochester Institute of Technology