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 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:ef07:: with SMTP id k7-v6mr217709ioh.8.1527027949097; Tue, 22 May 2018 15:25:49 -0700 (PDT) X-Received: by 2002:a9d:5608:: with SMTP id e8-v6mr256279oti.5.1527027948909; Tue, 22 May 2018 15:25:48 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.linkpendium.com!news.linkpendium.com!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!u74-v6no231588itb.0!news-out.google.com!f20-v6ni145itd.0!nntp.google.com!v8-v6no221364itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 22 May 2018 15:25:48 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.205.150.94; posting-account=Ru7E4QoAAAC_HiQ2D8LjZ7rh1mbTNcVn NNTP-Posting-Host: 73.205.150.94 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <500ec7cd-9370-400e-8653-e8d63ccee256@googlegroups.com> Subject: Re: AWS SOAP with SSL From: NiGHTS Injection-Date: Tue, 22 May 2018 22:25:49 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:52604 Date: 2018-05-22T15:25:48-07:00 List-Id: On Tuesday, May 22, 2018 at 1:22:16 PM UTC-4, Pascal Obry wrote: > Le lundi 21 mai 2018 =C3=A0 07:15 -0700, NiGHTS a =C3=A9crit : > > Can SOAP be used over SSL in an Ada Web Service application? If so, > > how exactly can that be achieved? There is very little documentation > > on SOAP and SSL for AWS, and none talking about both being used at > > the same time. >=20 > Sure SOAP and SSL are orthogonal. >=20 > See demos/soap_demo for a using on the client side. If you're using > WSDL and generating code using ada2wsdl and wsdl2aws just pass the > server address (using https://...) to ada2wsdl, see option -a option. >=20 > Regards, >=20 Thank you for your reply. I had a feeling this was the case, so I appreciate your clarification. Is there a REST API version available? I am more interested in REST than SO= AP, but I didn't see one available in AWS.