Re: xmlrpc in Jaguar (follow-up2)
Re: xmlrpc in Jaguar (follow-up2)
- Subject: Re: xmlrpc in Jaguar (follow-up2)
- From: Paul Berkowitz <email@hidden>
- Date: Tue, 27 Aug 2002 02:36:12 -0700
On 8/27/02 2:24 AM, "Adriaan Tijsseling" <email@hidden> wrote:
>
set gUsername to "user"
>
set gPassword to "pass"
>
using terms from application "http://plant.blogger.com/api/RPC2"
>
tell application gHost
>
set theResult to call xmlrpc {method
>
name:"blogger.getUsersBlogs", parameters:{gAPIKey, gUsername, gPassword}}
>
end tell
>
end using terms from
>
log theResult
Try
set gHost to gHost as string -- actually styled text
set gHostReco to gHost as record
set gHost to <<class ktxt>> of gHostReco
using terms from application "
http://plant.blogger.com/api/RPC2"
tell application gHost
--
Paul Berkowitz
_______________________________________________
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.