Re: soap went south?
Re: soap went south?
- Subject: Re: soap went south?
- From: "J. Stewart" <email@hidden>
- Date: Wed, 13 Jul 2005 20:29:47 -0400
On 07/13/05 at -0700 Matt Neuburg said this
>When I wrote my book, this script worked:
>
>tell application
>"http://www.swanandmokashi.com/HomePage/WebServices/QuoteOfTheDay.asmx"
> set returnValue to call soap ¬
> {method name:¬
> "GetQuote", method namespace uri:¬
> "http://www.swanandmokashi.com", SOAPAction:¬
> "http://www.swanandmokashi.com/GetQuote"}
>end tell
>
>Now it doesn't, and I can't figure out how to make it work. Did something
>change that caused some soap calls to stop working? m.
>
Matt,
Try this ->
tell application "http://www.swanandmokashi.com/HomePage/WebServices/QuoteOfTheDay.asmx"
set returnValue to call soap ¬
{method name:¬
"GetQuote", method namespace uri:¬
"http://www.swanandmokashi.com", SOAPAction:¬
"http://swanandmokashi.com/GetQuote"}
end tell
The change was to take the "www" out of the SOAPAction.
JBS
--
author:"Wilson Mizner",
quoteoftheday:"Gambling: The sure way of getting nothing for something."
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden