Re: xmlrpc in Jaguar (follow-up2)
Re: xmlrpc in Jaguar (follow-up2)
- Subject: Re: xmlrpc in Jaguar (follow-up2)
- From: Adriaan Tijsseling <email@hidden>
- Date: Tue, 27 Aug 2002 18:24:43 +0900
Getting closer to the source of the problem:
The following works:
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
gHost, gUsername, and gPassword are part of a list saved in user defaults
and I set them as (for example):
set gUsername to (item 2 of thePersonality) as string
If I read them in and use them as is (still casted as string), the xmlrpc
call fails and AEServer even crashes.
If I set gUsername directly, it's ok.
Honestly, this is getting ridiculous.
Adriaan
_______________________________________________
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.