• 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: ARRRGH! AppleScript hates me
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ARRRGH! AppleScript hates me


  • Subject: Re: ARRRGH! AppleScript hates me
  • From: Jeff Porten <email@hidden>
  • Date: Mon, 20 Jan 2003 14:01:41 -0500

On Friday, January 17, 2003, at 04:10 PM, Andy Satori wrote:

I think AppleScript hates me.

It's not personal.

set aUser to "username"
set aPassword to "userpass"

tell application
"http://192.168.0.7/landam/webtoolsII/services/wtlogin.asmx";
set the method_parameters to {{sUser:aUser as string, sPwd:aPassword as
string}}

Why are you coercing strings into strings? And I'd remove the "the", AppleScript's parser *should* ignore it, but why make it bother?

Seems to me the problem here is in the variables, not the SOAP call, but I'm... um... unfamiliar with SOAP. Don't quote me on that.

Best,
Jeff Porten
_______________________________________________
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: ARRRGH! AppleScript hates me
      • From: Paul Berkowitz <email@hidden>
    • Re: ARRRGH! AppleScript hates me
      • From: Andy Satori <email@hidden>
References: 
 >ARRRGH! AppleScript hates me (From: Andy Satori <email@hidden>)

  • Prev by Date: Re: Need help with Mail Applescript.
  • Next by Date: Re: ARRRGH! AppleScript hates me
  • Previous by thread: ARRRGH! AppleScript hates me
  • Next by thread: Re: ARRRGH! AppleScript hates me
  • Index(es):
    • Date
    • Thread