From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: Web services on guile Date: Sun, 23 May 2010 23:16:44 +0200 Message-ID: References: <1274559628.3733.37.camel@romel-compaq> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1274649283 19128 80.91.229.12 (23 May 2010 21:14:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 23 May 2010 21:14:43 +0000 (UTC) Cc: guile-user@gnu.org To: Sascha Ziemann Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun May 23 23:14:42 2010 connect(): No such file or directory Return-path: Envelope-to: guile-user@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 1OGIVL-00044x-CD for guile-user@m.gmane.org; Sun, 23 May 2010 23:14:39 +0200 Original-Received: from localhost ([127.0.0.1]:45162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGIVK-0004Rg-JE for guile-user@m.gmane.org; Sun, 23 May 2010 17:14:38 -0400 Original-Received: from [140.186.70.92] (port=49974 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGIVF-0004Rb-My for guile-user@gnu.org; Sun, 23 May 2010 17:14:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGIVE-0003RX-6G for guile-user@gnu.org; Sun, 23 May 2010 17:14:33 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:50865 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGIVE-0003RS-41 for guile-user@gnu.org; Sun, 23 May 2010 17:14:32 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id E9D92B57A8; Sun, 23 May 2010 17:14:31 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=iwD0JQ/WCk/H vlSviIsGo11xxOw=; b=Cbie4I5le3ikf/2zOIOL/dTbZNqF5fwcdeFeTsqbmNpZ vx2t/WdAaewYXbyWo5NElrPdBW+I+EpM89Nz8XYj53cTXEt67oKCkr3jmP7Wmyvp z3OVWflAsednHpOg6H4HRBtBl6aglonbyv8nnykPMS3/qD9+/rXkqq7fMCdFcBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=g+sS0v AuB0/0/ZrWLNuSIZYCTWHffdq2FFhcFybqdmS4ppOIVvQGYymbO2nngPuqWjcs/Q Zrh5LAHczWyyLmG4OJAlbSJero2wNBZUuLnDx7jt8XsR5ZCxyw4l15cL682qL6OU ZR/gKsJupRQ6pV+3RVL8wVwXhW5NyYCi5YxTE= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id D4BBAB57A7; Sun, 23 May 2010 17:14:30 -0400 (EDT) Original-Received: from unquote (unknown [81.38.179.115]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 3C69BB57A2; Sun, 23 May 2010 17:14:29 -0400 (EDT) In-Reply-To: (Sascha Ziemann's message of "Sun, 23 May 2010 11:25:28 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 2D85AF28-66B0-11DF-AAD1-D033EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7802 Archived-At: On Sun 23 May 2010 11:25, Sascha Ziemann writes: > 2010/5/22 Romel R. Sandoval Palomo : >> I think I have four alternatives: >> >> =C2=A01. Keep the web service consumption part of the client in C using = gSOAP >> =C2=A02. Write a binding of gSOAP library for Guile >> =C2=A03. Write a web services library for Guile from cero >> =C2=A04. Forget about PHP and use ONC RPC > > I found it quite complicated to handle complex data values with PHPs > SOAP-Server features. It will be much easier to use a s-list paser for > PHP and send the data as a-list. I would agree, FWIW. I wanted to implement XML-RPC at one point in tekuti, but decided not to after looking at the spec. An s-expression serializer/unserializer is fairly simply to write, you avoid distribution problems that way, and you also avoid impedance mismatches. Andy --=20 http://wingolog.org/