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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,af2e7a78c5c6e7c4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-10 12:30:55 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!fu-berlin.de!news.cid.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: JGnat support. was NetBeans and ADA?(Co-opt Java?) Date: Sun, 10 Mar 2002 21:19:45 +0100 Organization: Enyo -- not your organization Message-ID: <871yesjhum.fsf@deneb.enyo.de> References: <3C8A2F63.E18B24D0@despammed.com> <3C8B53C6.BB216245@earthlink.net> NNTP-Posting-Host: deneb.enyo.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: cygnus.enyo.de 1015791535 22217 212.9.189.171 (10 Mar 2002 20:18:55 GMT) X-Complaints-To: abuse@enyo.de NNTP-Posting-Date: 10 Mar 2002 20:18:55 GMT Cancel-Lock: sha1:rRAP6kWRAyXLQlfkGdYVkeGLXfs= Xref: archiver1.google.com comp.lang.ada:21028 Date: 2002-03-10T20:18:55+00:00 List-Id: Pascal Obry writes: > This is strange, SOAP as been created and pushed by Microsoft. SOAP > is XML plus transport layer (one used a lot is HTTP). Of course it > is an overhead for an addition style webservices... One problem with HTTP as transport layer is that processing a SOAP request can cost a lot of time, during which the TCP connection has to be kept open. People fear that this might kill performance. Anyway, I consider SOAP extremely annoying from a security perspective---the HTTP transport layer was chosen with the purpose to tunnel existing firewalls.