unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Web services on guile
@ 2010-05-22 20:20 Romel R. Sandoval Palomo
  2010-05-23  9:25 ` Sascha Ziemann
  0 siblings, 1 reply; 5+ messages in thread
From: Romel R. Sandoval Palomo @ 2010-05-22 20:20 UTC (permalink / raw)
  To: guile-user

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 control systems.

About my selection of technologies:
* PHP: to take advantage of installed infrastructure and cheep hosting
* XML-RCP or SOAP: is the only thing I know it can be used under PHP
* Guile: because I like it :-)

So my problem is: How to consume web services (XML-RPC or SOAP) with
Guile?

I have found gSOAP http://www.cs.fsu.edu/~engelen/soap.html

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

What do you think is the best alternative?
Do you see other alternatives?






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-05-25 14:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-22 20:20 Web services on guile Romel R. Sandoval Palomo
2010-05-23  9:25 ` Sascha Ziemann
2010-05-23 21:16   ` Andy Wingo
2010-05-24  1:17     ` Linas Vepstas
2010-05-25 14:48     ` Romel Sandoval

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).