caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* More on SOAP
@ 2005-05-13 22:09 Richard Jones
  2005-05-14 21:53 ` [Caml-list] " Mike Lin
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Richard Jones @ 2005-05-13 22:09 UTC (permalink / raw)
  To: caml-list

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


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

end of thread, other threads:[~2005-05-24 16:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-13 22:09 More on SOAP Richard Jones
2005-05-14 21:53 ` [Caml-list] " Mike Lin
2005-05-16  8:47 ` 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

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).