From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 67E0CBCAD for ; Mon, 16 May 2005 11:17:43 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j4G9HgI3001970 for ; Mon, 16 May 2005 11:17:43 +0200 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id LAA29709 for ; Mon, 16 May 2005 11:17:42 +0200 (MET DST) Received: from lea.cs.unibo.it (lea.cs.unibo.it [130.136.1.101]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j4G9Hg3K021183 for ; Mon, 16 May 2005 11:17:42 +0200 Received: from localhost.cs.unibo.it (liu.cs.unibo.it [130.136.7.125]) by lea.cs.unibo.it (Postfix) with ESMTP id 0C9B88B5FA; Mon, 16 May 2005 11:17:42 +0200 (CEST) Received: by localhost.cs.unibo.it (Postfix, from userid 2662) id CB6292AF50; Mon, 16 May 2005 11:17:37 +0200 (CEST) Date: Mon, 16 May 2005 11:17:37 +0200 From: Claudio Sacerdoti Coen To: Richard Jones Cc: caml-list@inria.fr Subject: Re: [Caml-list] More on SOAP Message-ID: <20050516091736.GA31111@cs.unibo.it> References: <20050513220936.GA7588@furbychan.cocan.org> <20050516084749.GA8010@surcouf.polytechnique.fr> <20050516091410.GA19393@furbychan.cocan.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050516091410.GA19393@furbychan.cocan.org> User-Agent: Mutt/1.3.28i X-Operating-System: Debian GNU/Linux X-Organization: Department of computer science, University of Bologna, European Union X-Miltered: at concorde with ID 42886536.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 42886536.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; sacerdoti:01 coen:01 sacerdot:01 unibo:01 caml-list:01 higher-order:01 sacerdoti:01 coen:01 sacerdot:01 unibo:01 ...:98 doctor:98 stub:01 stub:01 functions:01 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.2 X-Spam-Level: > It would refuse to parse the type if it noticed that a function was > passed to or returned from a SOAP stub. I wasn't even aware that you > could pass higher-order functions to SOAP functions - in fact, I don't > even know how that would work with the majority of languages used to > implement SOAP servers (ie. Java and C#) which don't support functions > as first class objects. That is were things start to become fun :-) I would expect an higher order function to receive the address of a remote stub... -- ---------------------------------------------------------------- Real name: Claudio Sacerdoti Coen Doctor in Computer Science, University of Bologna E-mail: sacerdot@cs.unibo.it http://www.cs.unibo.it/~sacerdot ----------------------------------------------------------------