From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sascha Ziemann Newsgroups: gmane.lisp.guile.user Subject: Re: Web services on guile Date: Sun, 23 May 2010 11:25:28 +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 1274606745 27383 80.91.229.12 (23 May 2010 09:25:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 23 May 2010 09:25:45 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun May 23 11:25:44 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 1OG7RE-0007Oz-Sa for guile-user@m.gmane.org; Sun, 23 May 2010 11:25:41 +0200 Original-Received: from localhost ([127.0.0.1]:33299 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OG7RE-0002cl-8W for guile-user@m.gmane.org; Sun, 23 May 2010 05:25:40 -0400 Original-Received: from [140.186.70.92] (port=58702 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OG7R6-0002bI-2B for guile-user@gnu.org; Sun, 23 May 2010 05:25:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OG7R4-0003Y8-Cu for guile-user@gnu.org; Sun, 23 May 2010 05:25:31 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:51701) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OG7R4-0003Xx-7y for guile-user@gnu.org; Sun, 23 May 2010 05:25:30 -0400 Original-Received: by bwz2 with SMTP id 2so549862bwz.0 for ; Sun, 23 May 2010 02:25:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=bPCqbAEg3m5vps0nTzUdayF1K0QZ7ah94hUtFMlQSO4=; b=iT1t/HUxVwoE5a22OJNgiIp2TsMoN00JNBgGJ+OZI+DKvM7qRDV77avKJaD2ICae70 tMe3zBm131PObWMIEJQoRFXUFqb6wPyHGU9jKW8M/O9O3s6QS7MKrFrK+QbY584Uw80F 66QkOi8KCFNlxxus5xVEhOVWWWBFb5FzfvI+8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=wjcQG/mpPXRzMsQ7msOD1TYEdOwnBVjGwscumR7FmU01jHG3eCPynh+Lwa5Xt6Kpcr 70ogB1zDxeL/lmB/Q0DpyA88ed1Vsyv6pWE1osSeBUerKiXlqDXjA4k/9YCYc8FY/qQ6 pCQK7QiFPCGAFmimgcIfq8PTb5T9Mcz6cfKAs= Original-Received: by 10.204.73.149 with SMTP id q21mr1294082bkj.57.1274606728505; Sun, 23 May 2010 02:25:28 -0700 (PDT) Original-Received: by 10.204.33.5 with HTTP; Sun, 23 May 2010 02:25:28 -0700 (PDT) In-Reply-To: <1274559628.3733.37.camel@romel-compaq> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:7801 Archived-At: 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 g= SOAP > =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.