From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivan Shmakov Newsgroups: gmane.emacs.devel Subject: SOAP, WSDL Date: Mon, 09 Feb 2015 17:22:24 +0000 Message-ID: <87egpzdmpb.fsf_-_@violet.siamics.net> References: <87fvaf5wo7.fsf@gmx.de> <87bnl35jbt.fsf@gmx.de> <8761bb5hu6.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1423502863 28905 80.91.229.3 (9 Feb 2015 17:27:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Feb 2015 17:27:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 09 18:27:39 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YKs7V-0006UB-4t for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2015 18:27:37 +0100 Original-Received: from localhost ([::1]:34143 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKs7U-0006I0-GB for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2015 12:27:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKs2n-0006Ld-6n for emacs-devel@gnu.org; Mon, 09 Feb 2015 12:22:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKs2m-00039h-5Y for emacs-devel@gnu.org; Mon, 09 Feb 2015 12:22:45 -0500 Original-Received: from fely.am-1.org ([2a01:4f8:d15:1b86::2]:38626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKs2l-00034b-TC for emacs-devel@gnu.org; Mon, 09 Feb 2015 12:22:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=siamics.net; s=a2013295; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:Sender:References:Subject:To:From; bh=VnGlgyUF34oMuHmzguOuwvNWv1cAfb4cu40NmJ7IxL4=; b=OaKvyvEghnbuys5ayX5U9vtLZNP3xaXWLsn3cFYoH9vnnPNM/qRIItREoRDY2lU6tdgYkwGQwZvD5pQVo3tevkwKaWXlzFJqN73ZSqKzpIAn0DXEflQ/K0l3RGqKntBerVSDuv5vrrkUbLqc0xGwA77cRfIM9k8dqkIRq24Uu9k=; Original-Received: from [2a02:2560:6d4:26ca::1:1d] (helo=violet.siamics.net) by fely.am-1.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1YKs2b-0001Vc-4G for emacs-devel@gnu.org; Mon, 09 Feb 2015 17:22:33 +0000 Original-Received: from localhost ([::1] helo=violet.siamics.net) by violet.siamics.net with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1YKs2T-0003lD-Ea for emacs-devel@gnu.org; Tue, 10 Feb 2015 00:22:25 +0700 Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <8761bb5hu6.fsf@gmx.de> (Michael Albinus's message of "Mon, 09 Feb 2015 14:34:41 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:4f8:d15:1b86::2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182711 Archived-At: >>>>> Michael Albinus writes: >>>>> Thomas Fitzsimmons writes: >> If you can provide the hacked and unhacked Debbugs.wsdl I can try >> them out in the test suite. We'll also need to retest "live" >> debbugs-gnu carefully as part of the merge to check for regressions. > Well, there isn't such a thing like "unhacked Debbugs.wsdl". When I > started to write debbugs.el, I had also to write Debbugs.wsdl from > scratch, because it didn't exist. The BTS guys use Perl's SOAP::Lite > module, no need for a *.wsdl file therefore. =E2=80=A6 Which brings this long unasked question of mine: why can=E2=80= =99t we just have soap-lite.el, too? And thus cease to bother about either Debbugs.wsdl, /or/ WSDL support in soap-client.el in general =E2=80=93 in the cases the service at hand doesn=E2=80=99t happen = to provide a ready to use WSDL file. (I=E2=80=99m not a SOAP expert, but I=E2=80=99ve got an impression that WS= DL is an entirely separate layer used over =E2=80=9Cplain=E2=80=9D SOAP.) [=E2=80=A6] --=20 FSF associate member #7257 http://boycottsystemd.org/ =E2=80=A6 3013 B6A0= 230E 334A