From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: SOAP support in Emacs Date: Tue, 15 Feb 2011 14:59:59 +0100 Message-ID: <87d3mtmm8w.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297778642 13011 80.91.229.12 (15 Feb 2011 14:04:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2011 14:04:02 +0000 (UTC) Cc: Alex Harsanyi , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 15 15:03:56 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PpLVT-0003ZS-8B for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2011 15:03:55 +0100 Original-Received: from localhost ([127.0.0.1]:57791 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpLVS-0006qE-9V for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2011 09:03:54 -0500 Original-Received: from [140.186.70.92] (port=49077 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpLRz-0005ZQ-AS for emacs-devel@gnu.org; Tue, 15 Feb 2011 09:00:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpLRx-0000bW-GO for emacs-devel@gnu.org; Tue, 15 Feb 2011 09:00:19 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:41985) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PpLRx-0000au-2o for emacs-devel@gnu.org; Tue, 15 Feb 2011 09:00:17 -0500 Original-Received: (qmail invoked by alias); 15 Feb 2011 14:00:11 -0000 Original-Received: from p57BB90B7.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.144.183] by mail.gmx.net (mp011) with SMTP; 15 Feb 2011 15:00:11 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/Zc5cWBiDZM+9S61pksIgSwxMKZuarR2v3o/jA8g kEBSVhPkU5TMOt In-Reply-To: (Stefan Monnier's message of "Mon, 27 Sep 2010 00:02:12 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.23 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136045 Archived-At: Stefan Monnier writes: >> And apparently debbugs has a SOAP interface, of all things, that allows >> you to get the meta-data necessary to download all the individual bug >> mboxes. So I googled for "emacs soap", and found this: > >> http://code.google.com/p/emacs-soap-client/ > >> And it looks fine. A candidate for inclusion in Emacs, if the author >> signs over the copyright to the FSF? (I haven't been in contact with >> the author yet.) > > I haven't looked at it, but a SOAP library sounds quite acceptable > for inclusion. Alex has signed the FSF papers, and he did continue to polish the code. I propose to add the two packages to the trunk: ;;; soap-client.el -- Access SOAP web services from Emacs ;;; soap-inspect.el -- Interactive inspector for soap WSDL structures Personally, I use soap-client for months, it works stable for me. Any objections? > Stefan Best regards, Michael.