Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Stefan Lampe <slampe@optusnet.com.au>
To: Richard Jones <rich@annexia.org>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] SOSS - SOAP server for OCaml
Date: Mon, 13 Nov 2006 21:46:27 +0900	[thread overview]
Message-ID: <45586923.6060603@optusnet.com.au> (raw)
In-Reply-To: <20061112192041.GA11486@furbychan.cocan.org>

Richard Jones wrote:
> On Mon, Nov 13, 2006 at 01:51:25AM +0900, Stefan Lampe wrote:
>   
>> I'd like to announce that I've released a SOAP server for OCaml.
>>
>> It's available at http://www.caterpillarjones.org/soss
>>
>> An overview follows below, but I should mention two things,
>> one: it's still alpha code, I have not used it extensively yet, and
>> two: it makes extensive use of OCamlduce, which may be of
>> interest to some people here.
>>     
>
> Oh interesting.  Are you aware of our (cduce-implemented)
> SOAP client?  http://merjis.com/developers/oc-soap
>
> Rich.
>   
Yes, originally I didn't intend to write a SOAP server, I just wanted to 
use one - so I looked around for SOAP and OCaml and found OC-SOAP. I 
then thought I might be able to extend OC-SOAP, but in the end I chose 
to map from OCaml types to a schema rather than from schema to an OCaml 
types. For the server side this made more sense, and is nice, in a 
way... SOSS and OC-SOAP complement each other well.

I may soon add a client feature to SOSS, but it will never work with a 
generic SOAP service, since it will be generated from the OCaml server 
side interface file - rather than the more public WSDL. It would only 
provide a solution for an OCaml client with OCaml server where the 
developers of each are in close contact with each other. For myself 
though, I only wanted to develop a server side application in OCaml and 
develop a client in another language - which is why I haven't added this 
feature yet, though most of the glue is, by default, already written.

I think I may have already read in a message somewhere that you 
recommended CDuce after using it for OC-SOAP, but if anyone else is 
reading this that is interested in manipulating XML in an OCaml 
application, I found OCamlduce to be very clear, concise and expressive. 
I was very impressed.

Stefan


  reply	other threads:[~2006-11-13 12:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-12 16:51 Stefan Lampe
2006-11-12 19:20 ` [Caml-list] " Richard Jones
2006-11-13 12:46   ` Stefan Lampe [this message]
2006-11-13 13:17     ` Richard Jones

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=45586923.6060603@optusnet.com.au \
    --to=slampe@optusnet.com.au \
    --cc=caml-list@yquem.inria.fr \
    --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