caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Mike Lin <nilekim@gmail.com>
To: Richard Jones <rich@annexia.org>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] More on SOAP
Date: Sat, 14 May 2005 17:53:57 -0400	[thread overview]
Message-ID: <2a1a1a0c05051414532ff0a9c6@mail.gmail.com> (raw)
In-Reply-To: <20050513220936.GA7588@furbychan.cocan.org>

[-- Attachment #1: Type: text/plain, Size: 2043 bytes --]

Since no one else has said anything, let me say this is the kind of 
lightweight approach that makes standards people foam at the mouth, but that 
everyone else actually wants to use, since it can be made fast, bug-free, 
and without depending on a zillion other things (although you are getting 
there :)

Keep going.

Mike

On 5/13/05, Richard Jones <rich@annexia.org> wrote:
> 
> I've written a very trivial SOAP client in pure OCaml. I'm interested
> in what people think about the approach I've used.
> 
> Instead of parsing WSDL, what I'm doing is allowing you to define the
> interface as a familiar .mli file, as in the example below:
> 
> ----------------------------------------------------------------------
> type campaign = {
> dailyBudget : int;
> id : int;
> name : string;
> }
> 
> val hello : string -> string
> val goodbye : string -> string
> val concat : string -> string -> string
> val show : campaign -> unit
> ----------------------------------------------------------------------
> 
> The .mli file is then parsed using camlp4 macros and converted into
> stub functions. These can be called, and generate real SOAP calls to
> the remote SOAP server.
> 
> I have a very early, experimental package for people to play with.
> This tarball contains a Perl server (based on SOAP::Lite) and the
> OCaml client.
> 
> http://annexia.org/tmp/simplesoap-0.0.1.tar.gz
> 
> It requires PXP, ocamlnet, equeue and PCRE.
> 
> Any type of feedback is very welcome.
> 
> Rich.
> 
> --
> Richard Jones, CTO Merjis Ltd.
> Merjis - web marketing and technology - http://merjis.com
> Team Notepad - intranets and extranets for business - 
> http://team-notepad.com
> 
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>

[-- Attachment #2: Type: text/html, Size: 2749 bytes --]

  reply	other threads:[~2005-05-14 21:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-13 22:09 Richard Jones
2005-05-14 21:53 ` Mike Lin [this message]
2005-05-16  8:47 ` [Caml-list] " Claudio Sacerdoti Coen
2005-05-16  9:14   ` Richard Jones
2005-05-16  9:17     ` Claudio Sacerdoti Coen
2005-05-16  9:17     ` Richard Jones
2005-05-16 14:43 ` Richard Jones
2005-05-16 22:27   ` Richard Jones
2005-05-17 21:46     ` Richard Jones
2005-05-23 21:03       ` ANNOUNCE: OCaml SimpleSOAP 0.1.1 released Richard Jones
2005-05-24 16:32 ` [Caml-list] More on SOAP Eric Stokes

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2a1a1a0c05051414532ff0a9c6@mail.gmail.com \
    --to=nilekim@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=mikelin@mit.edu \
    --cc=rich@annexia.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 NNTP newsgroup(s).