Re: Web services on guile

2010-05-25 Thread Romel Sandoval
I think, I will go for s-expression then. El dom, 23-05-2010 a las 23:16 +0200, Andy Wingo escribió: > On Sun 23 May 2010 11:25, Sascha Ziemann writes: > > > 2010/5/22 Romel R. Sandoval Palomo : > >> I think I have four alternatives: > >> > >> 1. Keep the web service consumption part of the cli

Re: Web services on guile

2010-05-23 Thread Linas Vepstas
On 23 May 2010 16:16, Andy Wingo wrote: > On Sun 23 May 2010 11:25, Sascha Ziemann writes:. > > 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

Re: Web services on guile

2010-05-23 Thread Andy Wingo
On Sun 23 May 2010 11:25, Sascha Ziemann writes: > 2010/5/22 Romel R. Sandoval Palomo : >> I think I have four alternatives: >> >>  1. Keep the web service consumption part of the client in C using gSOAP >>  2. Write a binding of gSOAP library for Guile >>  3. Write a web services library for Gui

Re: Web services on guile

2010-05-23 Thread Sascha Ziemann
2010/5/22 Romel R. Sandoval Palomo : > I think I have four alternatives: > >  1. Keep the web service consumption part of the client in C using gSOAP >  2. Write a binding of gSOAP library for Guile >  3. Write a web services library for Guile from cero >  4. Forget about PHP and use ONC RPC I fou

Web services on guile

2010-05-22 Thread Romel R. Sandoval Palomo
Hi, I'm planning to write an application with a client server architecture. I want to write the server on PHP and the client on Scheme (Guile). The user of the client application will push some information to the server every time she wants. Something similar to a commit or push on version contro