XML-RPC, SOAP, and data persistence

Duncan Grisby duncan-news at grisby.org
Wed Oct 15 06:01:00 EDT 2003


In article <d3c9c04.0310140220.2651769e at posting.google.com>,
 Mark Carter <cartermark46 at ukmail.com> wrote:

>XML-RPC appears to deal with remote procedure calls, but doesn't
>address process persistence issues. It has a missing piece in the
>"distributed computing" puzzle. Maybe SOAP can do better, because it
>has objects. That's mu question.

SOAP doesn't specifically have persistence, but you could use either
SOAP or XML-RPC's data representation for persistence.

It is not true that there are objects in SOAP.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --




More information about the Python-list mailing list