• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: xmlrpc in Jaguar (follow-up2)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: xmlrpc in Jaguar (follow-up2)
      • From: Paul Berkowitz <email@hidden>
References: 
 >Re: xmlrpc in Jaguar (follow-up) (From: Paul Berkowitz <email@hidden>)

  • Prev by Date: Re: xmlrpc in Jaguar (follow-up)
  • Next by Date: Re: OT: Re: New Address Book in Jaguar 10.2...
  • Previous by thread: Re: xmlrpc in Jaguar (follow-up)
  • Next by thread: Re: xmlrpc in Jaguar (follow-up2)
  • Index(es):
    • Date
    • Thread