From unknown Mon Aug 18 02:05:33 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#8166 <8166@debbugs.gnu.org> To: bug#8166 <8166@debbugs.gnu.org> Subject: Status: Soap client: Unknown node type xsd:all Reply-To: bug#8166 <8166@debbugs.gnu.org> Date: Mon, 18 Aug 2025 09:05:33 +0000 retitle 8166 Soap client: Unknown node type xsd:all reassign 8166 emacs submitter 8166 Lennart Borgman severity 8166 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 03 12:25:18 2011 Received: (at submit) by debbugs.gnu.org; 3 Mar 2011 17:25:18 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PvCH8-00073a-5Q for submit@debbugs.gnu.org; Thu, 03 Mar 2011 12:25:18 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PvCH5-00073M-Tz for submit@debbugs.gnu.org; Thu, 03 Mar 2011 12:25:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvCGz-0001x8-4z for submit@debbugs.gnu.org; Thu, 03 Mar 2011 12:25:10 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:53972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvCGy-0001ox-UL for submit@debbugs.gnu.org; Thu, 03 Mar 2011 12:25:09 -0500 Received: from [140.186.70.92] (port=51346 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvC6S-0005Xo-5w for bug-gnu-emacs@gnu.org; Thu, 03 Mar 2011 12:14:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvC6O-0007gp-Ph for bug-gnu-emacs@gnu.org; Thu, 03 Mar 2011 12:14:15 -0500 Received: from mail-ew0-f41.google.com ([209.85.215.41]:48374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvC6O-0007fa-Fr for bug-gnu-emacs@gnu.org; Thu, 03 Mar 2011 12:14:12 -0500 Received: by ewy10 with SMTP id 10so467717ewy.0 for ; Thu, 03 Mar 2011 09:14:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=5Id8vTTQbKsFMERJBdZQEWcoz7hqvufvvilo5aKwq3E=; b=QLLAWqqw0kipyeOcHQxxvaNZd30XH66tMRNixIQNhITICr6KnbeOS+vrMbRvOucTyA aSg5q+QHS9dwZ4u5zNyuccMInpfiAsI38dbfLfs/6tCP7rXP762zZdH9hJtj3HXFYkEa 5LOg34u474maIvejV0HGhVtQgGYb+qhHEiP2s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=aWid/JYTbzflktjAl0zBIWmfWvlRK99MJkPA+eSezTbrZvfDUM2icOmouDU3qvv+mm kynMI/w2GX9s5xECvua/+4ydPMcKIZBeQDBhHqYPDC3zgvLuK1dJBjIbrWOc7J/Nvr68 QjLexOK8nKQrxorj4Jen8TG6NBcsZo6BL1aao= Received: by 10.213.9.2 with SMTP id j2mr1291050ebj.68.1299172451127; Thu, 03 Mar 2011 09:14:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.108.136 with HTTP; Thu, 3 Mar 2011 09:13:51 -0800 (PST) From: Lennart Borgman Date: Thu, 3 Mar 2011 18:13:51 +0100 Message-ID: Subject: Soap client: Unknown node type xsd:all To: Emacs Bugs Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -4.7 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.7 (----) I get an error when starting from "emacs -Q" and calling (require 'soap-client) (soap-load-wsdl-from-url "http://www.showmyip.com/soap2008/server.php?wsdl") with the backtrace below. I do not know soap so I do not know if this is a bug in Emacs. This is with a recent Emacs: GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2011-03-02 Debugger entered--Lisp error: (error "Unknown node type xsd:all") signal(error ("Unknown node type xsd:all")) error("Unknown node type %s" xsd:all) soap-parse-complex-type((xsd:complexType ((name . "IP_Address_Properties")) "\n " (xsd:all nil "\n " (xsd:element ((name . "IP") (type . "xsd:string"))) "\n " (xsd:element ((name . "HOST") (type . "xsd:string"))) "\n " (xsd:element ((name . "COUNTRY") (type . "xsd:string"))) "\n " (xsd:element ((name . "STATE") (type . "xsd:string"))) "\n " (xsd:element ((name . "CITY") (type . "xsd:string"))) "\n " (xsd:element ((name . "ISP") (type . "xsd:string"))) "\n " (xsd:element ((name . "ORG") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_HOST") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_COUNTRY") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_STATE") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_CITY") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_ISP") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_ORG") (type . "xsd:string"))) "\n " (xsd:element ((name . "DATETIME_STAMP") (type . "xsd:string"))) "\n " (xsd:element ((name . "TIMESERVER_STAMP") (type . "xsd:string"))) "\n " (xsd:element ((name . "VERSION") (type . "xsd:string"))) "\n " (xsd:element ((name . "COMMENTS") (type . "xsd:string"))) "\n " (xsd:element ((name . "CURRENCY_CODE") (type . "xsd:string"))) "\n " (xsd:element ((name . "CURRENCY_NAME") (type . "xsd:string"))) "\n " (xsd:element ((name . "CONTINENT") (type . "xsd:string"))) "\n " (xsd:element ((name . "NATIONALITY") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_CURRENCY_CODE") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_CURRENCY_NAME") (type . "xsd:string"))) ...) "\n ")) soap-parse-schema((xsd:schema ((targetNamespace . "http://www.showmyip.com/soap2008/")) "\n " (xsd:import ((namespace . "http://schemas.xmlsoap.org/soap/encoding/"))) "\n " (xsd:import ((namespace . "http://schemas.xmlsoap.org/wsdl/"))) "\n " (xsd:complexType ((name . "IP_Address_Properties")) "\n " (xsd:all nil "\n " (xsd:element ((name . "IP") (type . "xsd:string"))) "\n " (xsd:element ((name . "HOST") (type . "xsd:string"))) "\n " (xsd:element ((name . "COUNTRY") (type . "xsd:string"))) "\n " (xsd:element ((name . "STATE") (type . "xsd:string"))) "\n " (xsd:element ((name . "CITY") (type . "xsd:string"))) "\n " (xsd:element ((name . "ISP") (type . "xsd:string"))) "\n " (xsd:element ((name . "ORG") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_HOST") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_COUNTRY") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_STATE") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_CITY") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_ISP") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_ORG") (type . "xsd:string"))) "\n " (xsd:element ((name . "DATETIME_STAMP") (type . "xsd:string"))) "\n " (xsd:element ((name . "TIMESERVER_STAMP") (type . "xsd:string"))) "\n " (xsd:element ((name . "VERSION") (type . "xsd:string"))) "\n " (xsd:element ((name . "COMMENTS") (type . "xsd:string"))) "\n " (xsd:element ((name . "CURRENCY_CODE") (type . "xsd:string"))) "\n " (xsd:element ((name . "CURRENCY_NAME") (type . "xsd:string"))) "\n " (xsd:element ((name . "CONTINENT") (type . "xsd:string"))) "\n " (xsd:element ((name . "NATIONALITY") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_CURRENCY_CODE") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_CURRENCY_NAME") (type . "xsd:string"))) ...) "\n ") "\n")) soap-parse-wsdl((definitions ((xmlns:SOAP-ENV . "http://schemas.xmlsoap.org/soap/envelope/") (xmlns:xsd . "http://www.w3.org/2001/XMLSchema") (xmlns:xsi . "http://www.w3.org/2001/XMLSchema-instance") (xmlns:SOAP-ENC . "http://schemas.xmlsoap.org/soap/encoding/") (xmlns:tns . "http://www.showmyip.com/soap2008/") (xmlns:soap . "http://schemas.xmlsoap.org/wsdl/soap/") (xmlns:wsdl . "http://schemas.xmlsoap.org/wsdl/") (xmlns . "http://schemas.xmlsoap.org/wsdl/") (targetNamespace . "http://www.showmyip.com/soap2008/")) "\n" (types nil (xsd:schema ((targetNamespace . "http://www.showmyip.com/soap2008/")) "\n " (xsd:import ((namespace . "http://schemas.xmlsoap.org/soap/encoding/"))) "\n " (xsd:import ((namespace . "http://schemas.xmlsoap.org/wsdl/"))) "\n " (xsd:complexType ((name . "IP_Address_Properties")) "\n " (xsd:all nil "\n " (xsd:element ((name . "IP") (type . "xsd:string"))) "\n " (xsd:element ((name . "HOST") (type . "xsd:string"))) "\n " (xsd:element ((name . "COUNTRY") (type . "xsd:string"))) "\n " (xsd:element ((name . "STATE") (type . "xsd:string"))) "\n " (xsd:element ((name . "CITY") (type . "xsd:string"))) "\n " (xsd:element ((name . "ISP") (type . "xsd:string"))) "\n " (xsd:element ((name . "ORG") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_HOST") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_COUNTRY") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_STATE") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_CITY") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_ISP") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_ORG") (type . "xsd:string"))) "\n " (xsd:element ((name . "DATETIME_STAMP") (type . "xsd:string"))) "\n " (xsd:element ((name . "TIMESERVER_STAMP") (type . "xsd:string"))) "\n " (xsd:element ((name . "VERSION") (type . "xsd:string"))) "\n " (xsd:element ((name . "COMMENTS") (type . "xsd:string"))) "\n " (xsd:element ((name . "CURRENCY_CODE") (type . "xsd:string"))) "\n " (xsd:element ((name . "CURRENCY_NAME") (type . "xsd:string"))) "\n " (xsd:element ((name . "CONTINENT") (type . "xsd:string"))) "\n " (xsd:element ((name . "NATIONALITY") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_CURRENCY_CODE") (type . "xsd:string"))) "\n " (xsd:element ((name . "PROXY_CURRENCY_NAME") (type . "xsd:string"))) ...) "\n ") "\n") "\n") "\n" (message ((name . "callshowmyipRequest")) (part ((name . "optional_registered_ddns_name") (type . "xsd:string"))) (part ((name . "optional_language_code") (type . "xsd:string"))) (part ((name . "optional_access_key") (type . "xsd:string")))) "\n" (message ((name . "callshowmyipResponse")) (part ((name . "return") (type . "tns:IP_Address_Properties")))) "\n" (portType ((name . "callshowmyipPortType")) (operation ((name . "callshowmyip")) (input ((message . "tns:callshowmyipRequest"))) (output ((message . "tns:callshowmyipResponse"))))) "\n" (binding ((name . "callshowmyipBinding") (type . "tns:callshowmyipPortType")) (soap:binding ((style . "rpc") (transport . "http://schemas.xmlsoap.org/soap/http"))) (operation ((name . "callshowmyip")) (soap:operation ((soapAction . "http://www.showmyip.com/soap2008/server.php/callshowmyip") (style . "rpc"))) (input nil (soap:body ((use . "encoded") (namespace . "http://www.showmyip.com/soap2008/") (encodingStyle . "http://schemas.xmlsoap.org/soap/encoding/")))) (output nil (soap:body ((use . "encoded") (namespace . "http://www.showmyip.com/soap2008/") (encodingStyle . "http://schemas.xmlsoap.org/soap/encoding/")))))) "\n" (service ((name . "callshowmyip")) (port ((name . "callshowmyipPort") (binding . "tns:callshowmyipBinding")) (soap:address ((location . "http://www.showmyip.com/soap2008/server.php"))))) "\n")) soap-load-wsdl-from-url("http://www.showmyip.com/soap2008/server.php?wsdl") eval((soap-load-wsdl-from-url "http://www.showmyip.com/soap2008/server.php?wsdl")) eval-last-sexp-1(nil) eval-last-sexp(nil) call-interactively(eval-last-sexp nil nil) From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 04 14:48:31 2011 Received: (at 8166) by debbugs.gnu.org; 4 Mar 2011 19:48:31 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PvazH-0003g7-1s for submit@debbugs.gnu.org; Fri, 04 Mar 2011 14:48:31 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1PvazD-0003fs-HJ for 8166@debbugs.gnu.org; Fri, 04 Mar 2011 14:48:28 -0500 Received: (qmail invoked by alias); 04 Mar 2011 19:48:20 -0000 Received: from p57BB9F26.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.159.38] by mail.gmx.net (mp060) with SMTP; 04 Mar 2011 20:48:20 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+GOO5ms8SG0OUMt5KIIaKRGGk5jy/szDt2ly6kMI CaBQH50DVjMSR9 From: Michael Albinus To: Alexandru Harsanyi Subject: Re: bug#8166: Soap client: Unknown node type xsd:all References: Date: Fri, 04 Mar 2011 20:48:17 +0100 In-Reply-To: (Lennart Borgman's message of "Thu, 3 Mar 2011 18:13:51 +0100") Message-ID: <871v2mk6pq.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 8166 Cc: Lennart Borgman , 8166@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) Lennart Borgman writes: > I get an error when starting from "emacs -Q" and calling > > (require 'soap-client) > (soap-load-wsdl-from-url "http://www.showmyip.com/soap2008/server.php?wsdl") > > with the backtrace below. I do not know soap so I do not know if this > is a bug in Emacs. Looks like xsd:all is not implemented (yet) in soap-client.el. Alex, could you, please, have a look on it? Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 05 05:35:40 2011 Received: (at 8166-done) by debbugs.gnu.org; 5 Mar 2011 10:35:40 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pvopn-0008Cq-My for submit@debbugs.gnu.org; Sat, 05 Mar 2011 05:35:39 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Pvopk-0008Cc-Nt for 8166-done@debbugs.gnu.org; Sat, 05 Mar 2011 05:35:37 -0500 Received: (qmail invoked by alias); 05 Mar 2011 10:35:29 -0000 Received: from p57BB8867.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.136.103] by mail.gmx.net (mp070) with SMTP; 05 Mar 2011 11:35:29 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+EyPtGRNOEcNk/U88Zu7Im0iT3FgS6oXFBTqXolN nA9MoFYV0/nDi0 From: Michael Albinus To: Alex Harsanyi Subject: Re: bug#8166: Soap client: Unknown node type xsd:all References: <871v2mk6pq.fsf@gmx.de> Date: Sat, 05 Mar 2011 11:35:25 +0100 In-Reply-To: (Alex Harsanyi's message of "Sat, 5 Mar 2011 10:05:34 +0800") Message-ID: <87wrkdj1n6.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 8166-done Cc: Lennart Borgman , 8166-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) Alex Harsanyi writes: > I updated soap-client.el to recognize xsd:all types. I updated the > code at http://code.google.com/p/emacs-soap-client/. Here is the > diff: Thanks a lot! I've merged it to Emacs' trunk. > Best Regards, > Alex. Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 05 18:07:45 2011 Received: (at 8166-done) by debbugs.gnu.org; 5 Mar 2011 23:07:45 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pw0Zd-0002jK-72 for submit@debbugs.gnu.org; Sat, 05 Mar 2011 18:07:45 -0500 Received: from mail-ew0-f44.google.com ([209.85.215.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pw0Zb-0002j6-Tq for 8166-done@debbugs.gnu.org; Sat, 05 Mar 2011 18:07:44 -0500 Received: by ewy9 with SMTP id 9so1119332ewy.3 for <8166-done@debbugs.gnu.org>; Sat, 05 Mar 2011 15:07:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=tm3KRDy+C6Y2NSP4CYC96DUCOjIQYy7exx56ANweaCk=; b=TwQ+yseDDJwnPTQAMXSKbZdQO0cuR4TTbn2GgLaIR1BDiJVS6XIIgHxi8stkLETjCT U6xtvkdvq9zH9jHF3sJCnwEdsHayDwVColr02l8SxSO4Txu1e5EUYc6OjWgT2k6vKSBh gKvCWevcSvLCOIRVvxdmitxMJcHiXpoueSGCQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=dO+RSbQT/aVisLE6jfGImZmex4EZee05NO7nbBuOEOF7+DaBUbQxe7lFP0HTozHum2 N6nyffjUMK+sWoJdz0Dlgk3xuHQ/lEieHGK4L0u/j6kjUN7igGe3EfdqtzHDrjZeSCW3 3JM/ot3IawYJ7TOUEBYCn8CpULDpOxiloQROs= Received: by 10.213.10.68 with SMTP id o4mr1445575ebo.74.1299366458181; Sat, 05 Mar 2011 15:07:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.27.205 with HTTP; Sat, 5 Mar 2011 15:07:18 -0800 (PST) In-Reply-To: <87wrkdj1n6.fsf@gmx.de> References: <871v2mk6pq.fsf@gmx.de> <87wrkdj1n6.fsf@gmx.de> From: Lennart Borgman Date: Sun, 6 Mar 2011 00:07:18 +0100 Message-ID: Subject: Re: bug#8166: Soap client: Unknown node type xsd:all To: Michael Albinus Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.6 (---) X-Debbugs-Envelope-To: 8166-done Cc: Alex Harsanyi , 8166-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) On Sat, Mar 5, 2011 at 11:35 AM, Michael Albinus w= rote: > Alex Harsanyi writes: > >> I updated soap-client.el to recognize xsd:all types. =C2=A0I updated the >> code at http://code.google.com/p/emacs-soap-client/. =C2=A0Here is the >> diff: > > Thanks a lot! I've merged it to Emacs' trunk. > >> Best Regards, >> Alex. > > Best regards, Michael. Thanks Alex and Michael. From unknown Mon Aug 18 02:05:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 03 Apr 2011 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator