On Thu, Mar 19, 2009 at 8:12 PM, Mark J. Reed <[log in to unmask]> wrote:
> There are also web services, e.g.
> http://www.webservicex.net/uszip.asmx, but my attempts to call those
> using AppleScript's SOAP functionality also failed.

This is what I tried, btw.

tell application "http://www.webserviceX.NET/uszip.asmx"
    call soap {method name: "GetInfoByZIP", ¬
                SOAPAction: "http://www.webserviceX.NET/GetInfoByZIP", ¬
                method namespace uri: "http://www.webserviceX.NET", ¬
                parameters:{USZip:"30062"}}
end tell

I was able to get results fine from Perl via SOAP::Lite, so the web
service is working, but AS just gives me an empty list.
-- 
Mark J. Reed <[log in to unmask]>