From: "Romel R. Sandoval Palomo" <romel@lavabit.com>
To: guile-user@gnu.org
Subject: Web services on guile
Date: Sat, 22 May 2010 15:20:28 -0500 [thread overview]
Message-ID: <1274559628.3733.37.camel@romel-compaq> (raw)
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?
next reply other threads:[~2010-05-22 20:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-22 20:20 Romel R. Sandoval Palomo [this message]
2010-05-23 9:25 ` Web services on guile Sascha Ziemann
2010-05-23 21:16 ` Andy Wingo
2010-05-24 1:17 ` Linas Vepstas
2010-05-25 14:48 ` Romel Sandoval
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1274559628.3733.37.camel@romel-compaq \
--to=romel@lavabit.com \
--cc=guile-user@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).