From: Raymond I. <xw...@ya...> - 2002-11-29 14:37:02
|
The rpc used by dynapi is different from xml-rpc is called "SODA-RPC" SODA-RPC might not be as powerful as SOAP, but its powerful enough to get the job done right Key Features: * Based on XML * Works behind firewalls * Support older browsers such as NS4+ and IE4+ * Doesnt require an XML parser * Doesnt 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 <ro...@re...> 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 |