Re: xmlrpc in Jaguar
Re: xmlrpc in Jaguar
- Subject: Re: xmlrpc in Jaguar
- From: Adriaan Tijsseling <email@hidden>
- Date: Tue, 27 Aug 2002 16:40:57 +0900
This seems to be an error with AppleScript Studio. The routine works fine in
Script Editor, but runs amok in ASS. I'm completely clueless here.
>
Did Apple change anything in the "call xmlrpc" routines? The simplest of
>
call xmlrpc calls that always worked for me now fail in Jaguar with a
>
"connection invalid".
>
>
I use, e.g.
>
>
on tellBloggerAPI(methodName, params)
>
using terms from application "http://plant.blogger.com/api/RPC2"
>
tell application gHost
>
return call xmlrpc {method name:methodName, parameters:params}
>
end tell
>
end using terms from
>
end tellBloggerAPI
>
>
This used to work fine before.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.