You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by Scott Nichol <sn...@scottnichol.com> on 2002/08/02 16:03:51 UTC

Re: Question: Does SOAP support call-back?

It does not support call back in a way like RMI.

SOAP lacks many capabilities that RMI has.  The SOAP 1.1 spec lists in
Design Goals the following things that SOAP does *not* do:

  a.. Distributed garbage collection
  b.. Boxcarring or batching of messages
  c.. Objects-by-reference (which requires distributed garbage collection)
  d.. Activation (which requires objects-by-reference)
Scott Nichol

----- Original Message -----
From: "Hongda Lin" <hl...@visualanalytics.com>
To: <so...@xml.apache.org>
Sent: Friday, August 02, 2002 9:08 AM
Subject: Question: Does SOAP support call-back?


Hi,

            I am trying to switch from JAVA RMI to SOAP. Does SOAP
support call-back? If it does, how? Thank you.