The rpc used by dynapi is different from xml-rpc is
called "SODA-RPC"

SODA-RPC might not be as powerful as SOAP, but it�s
powerful enough to get the job done right

Key Features:

 * Based on XML
 * Works behind firewalls 
 * Support older browsers such as NS4+ and IE4+ 
 * Doesn�t require an XML parser 
 * Doesn�t require any new software on client or
server 
 * Supports Asynchronous and Synchronous calls. 
 * Supports server-side methods and error traps 
 * Can make multiple asynchronous/synchronous calls to
the same service   
 * Can support complex data structures (e.g. objects,
arrays, etc) 
 * Can be easily ported to any server-side language
(perl, php, vbscript, jscript, etc) 
 * Simplify communications between the browser and the
web server 
 * Support seven (8) data types: Undifined/null, Date,
String, Integer, Float, Boolean, Array and Object
(Associative Array)

--
Raymond  Irving

--- Robin Becker <[EMAIL PROTECTED]> wrote:
> rpc/xmlrpc seems like the way to go. Soap is
> overkill for most things.
> Does PHP have any advantage over any other approach?
> We use python+cgi
> to do stateless xmlrpc and this has real advantages
> in being very
> portable. There are also numerous python xmlrpc
> servers.



__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/

Reply via email to