From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b665e18fea6a2fca,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!s3g2000vbf.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: using a web service from Ada Date: Sat, 12 Mar 2011 10:40:50 -0800 (PST) Organization: http://groups.google.com Message-ID: <8ecb8ebc-1da1-4009-bd8c-2a89cd4dd31b@s3g2000vbf.googlegroups.com> NNTP-Posting-Host: 92.17.67.116 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1299955250 32396 127.0.0.1 (12 Mar 2011 18:40:50 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 12 Mar 2011 18:40:50 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s3g2000vbf.googlegroups.com; posting-host=92.17.67.116; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.15) Gecko/20110303 Ubuntu/10.04 (lucid) Firefox/3.6.15,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:18112 Date: 2011-03-12T10:40:50-08:00 List-Id: I want to access a web service from ada (specifically the 5 day prediction from the weather channel). I am reading trough the documentation of aws and I would really appreciate an example from the http client point of view. I've looked at the examples of aws and I'm a bit overwhelmed. Anyone got an example?