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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: Pascal Obry Newsgroups: comp.lang.ada Subject: Re: AWS SOAP with SSL Date: Tue, 22 May 2018 19:22:13 +0200 Organization: Home - http://www.obry.net Message-ID: References: Reply-To: pascal@obry.net NNTP-Posting-Host: VKBDkDfbLteYVJwNKZ5XMA.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.3 X-Mailer: Evolution 3.28.2-1 Xref: reader02.eternal-september.org comp.lang.ada:52579 Date: 2018-05-22T19:22:13+02:00 List-Id: 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. Sure SOAP and SSL are orthogonal. 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. Regards, --=20 Pascal Obry / Magny Les Hameaux (78) The best way to travel is by means of imagination http://www.obry.net gpg --keyserver keys.gnupg.net --recv-key F949BD3B