Re: ARRRGH! AppleScript hates me
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.