From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs-25 b6b47AF: Properly encode/decode base64Binary data in SOAP Date: Mon, 14 Mar 2016 20:57:37 +0200 Message-ID: <8337rsdh0e.fsf@gnu.org> References: <20160106200404.17375.71733@vcs.savannah.gnu.org> <87oaalxvi7.fsf@linux-m68k.org> <87k2l9xg19.fsf@linux-m68k.org> <87d1r1x84z.fsf@linux-m68k.org> <83lh5mfjsn.fsf@gnu.org> <83oaaidydx.fsf@gnu.org> <83io0qdtb0.fsf@gnu.org> <83egbdenx4.fsf@gnu.org> <87fuvtqv33.fsf@gmx.de> <83k2l5c5f7.fsf@gnu.org> <8760woj3rf.fsf@gmx.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1457981919 22686 80.91.229.3 (14 Mar 2016 18:58:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Mar 2016 18:58:39 +0000 (UTC) Cc: schwab@suse.de, alexharsanyi@gmail.com, fitzsim@fitzsim.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 14 19:58:33 2016 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 1afXhF-0004Mn-Sf for ged-emacs-devel@m.gmane.org; Mon, 14 Mar 2016 19:58:30 +0100 Original-Received: from localhost ([::1]:43485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afXhA-00020N-FD for ged-emacs-devel@m.gmane.org; Mon, 14 Mar 2016 14:58:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afXgv-0001z0-U1 for emacs-devel@gnu.org; Mon, 14 Mar 2016 14:58:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afXgs-0007M7-3F for emacs-devel@gnu.org; Mon, 14 Mar 2016 14:58:09 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afXgr-0007M2-VW; Mon, 14 Mar 2016 14:58:06 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2817 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1afXgq-0003rv-Tm; Mon, 14 Mar 2016 14:58:05 -0400 In-reply-to: <8760woj3rf.fsf@gmx.de> (message from Michael Albinus on Mon, 14 Mar 2016 19:47:16 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:201746 Archived-At: > From: Michael Albinus > Cc: Alex Harsanyi , schwab@suse.de, fitzsim@fitzsim.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org > Date: Mon, 14 Mar 2016 19:47:16 +0100 > > Eli Zaretskii writes: > > >> The decoding in soap-client is consistent, even though not in the way > >> you would like it :-) > >> > >> * if it is told that a value is a string, it will return a string, > >> * if it is told that a value is a byte array it will return a byte > >> array (unibyte string) > > > > Told by whom? By debbugs.el, by the WSDL, by the debbugs server, by > > something else? (Sorry, I know almost nothing about the debbugs or > > SOAP.) > > By the XML data returned by the debbugs (SOAP) server. Then this doesn't really help us, since the server lies to us. Thanks.