Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] xmlStorageSystem

From: larry:ecotope at: 4-Jul-2001 10:35

Hi all, Those interested in interfacing REBOL with SOAP and XML-RPC may find this of interest. http://www.soapware.org/xmlStorageSystem xmlStorageSystem is an Internet storage system for XML documents that's programmable via XML-RPC and SOAP 1.1. It has entry-points that allow you to register with the service; upload a group of files (as few as 1); query the server to find out its capabilities; and to register a notification request. The XML documents it stores are accessible through HTTP. It allows callbacks for publish-and-subscribe. It supports two-way synchronization. Cheers -Larry