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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a05:620a:1429:: with SMTP id k9mr30966754qkj.384.1568146182373; Tue, 10 Sep 2019 13:09:42 -0700 (PDT) X-Received: by 2002:aca:48b:: with SMTP id 133mr1231189oie.30.1568146181992; Tue, 10 Sep 2019 13:09:41 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!feeder.erje.net!2.eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!o24no5974643qtl.0!news-out.google.com!q23ni121qtl.1!nntp.google.com!o24no5974632qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 10 Sep 2019 13:09:41 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=146.5.2.29; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 146.5.2.29 References: <4a0d83a5-3a12-4456-8f3c-abae885b5ba9@googlegroups.com> <66dc57e5-95a9-495d-9fb7-3d8cfbaf5c82@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2f1dee42-f55d-47ac-a7b9-d16108849059@googlegroups.com> Subject: Re: AWS (Amazon Web Services) Libraries for Ada From: Shark8 Injection-Date: Tue, 10 Sep 2019 20:09:42 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2484 X-Received-Body-CRC: 2118906954 Xref: reader01.eternal-september.org comp.lang.ada:57128 Date: 2019-09-10T13:09:41-07:00 List-Id: On Tuesday, September 10, 2019 at 9:11:08 AM UTC-6, John Singleton wrote: > > Another option I am considering is just talking to it directly; the API is REST (and older support for SOAP). It will require plumbing through the docs a bit more, but perhaps a native REST implementation would be the best, and pure Ada... I think AWS (Ada Web Server) has some direct interfacing for SOAP. Also, while I've never used WSDL (Web Service Description Language), there's a generator bundled with Ada Web Server; see: 1) https://docs.adacore.com/aws-docs/aws/using_wsdl.html 2) https://www.mankier.com/1/wsdl2aws 3) https://www.adacore.com/gems/gem-101-soapwsdl-server-part / https://github.com/AdaCore/aws/blob/master/tools/wsdl2aws-generator.adb As for Amazon Web Services, try: https://dacemirror.sci-hub.tw/proceedings-article/a7b35be2b1babf5eb372fbfa734d645b/elhog2011.pdf http://javadox.com/com.amazonaws/aws-java-sdk/1.3.26/com/amazonaws/services/sns/AmazonSNSAsync.html --though this is from a light search and some stuff indicated WSDL and SOAP might be discontinued.