XML-RPC
Tags:
Links
Abstraction and control in REST vs RPChttp://blogs.iona.com/newcomer/archives/000572.html Eric Newcomer: One of the biggest debates in the software industry is about getting the level of abstraction right. By this I mean a level of interaction with computers higher than binary code or machine language - in other words, anything that presents humans with a more natural or intuitive abstraction of a CPU's instruction set and binary data storage format. Computers are after all fundamentally stupid electrical systems that have to be told exactly what to do. At the end of the day, everything is just 1s and 0s - the bit is either on or off. But it is really hard for us humans to work with computers at that level, so we keep trying to make it easier for people to tell computers what to do. Getting the abstraction right is key to developer productivity, but it's a constant struggle. Abstraction layers typically remove flexibility and control from one level in order to simplify things at the next.- XML-RPC - REST - |
Tip: Make your CGI scripts available via XML-RPChttp://www-106.ibm.com/developerworks/xml/library/x-tipxmlrpc.html?ca=dgr-lnxw03XMLRPC4CGI For a large class of CGI scripts, it is both easy and useful to provide an alternate XML-RPC interface to the same calculation or lookup. If you do this, other developers can quickly utilize the information you provide within their own larger applications. This tip shows you how.- XML-RPC - |
The Incutio XML-RPC Library for PHPhttp://scripts.incutio.com/xmlrpc/ The Incutio XML-RPC library (IXR) is designed primarily for ease of use. It incorporates both client and server classes, and is designed to hide as much of the workings of XML-RPC from the user as possible. A key feature of the library is automatic type conversion from PHP types to XML-RPC types and vice versa. This should enable developers to write web services with very little knowledge of the underlying XML-RPC standard.- XML-RPC - |
Build your own Web Service with PHP and XML-RPChttp://www.sitepoint.com/article/827/1 SitePoint.com - With a vast variety of web design tutorials and articles coupled with a vibrant and well informed community, SitePoint the natural place to go to grow your online business- XML-RPC - |
XML-RPC Client/Server for PHPhttp://www.keithdevens.com/software/xmlrpc/ Keith Devens offers a fully compliant XML-RPC client and server written in pure PHP. Only requirements are PHP. Open Source- XML-RPC - |
xr2pophttp://earl.strain.at/space/xr2pop xr2pop is a simple XML-RPC to POP3 gateway, closely mapping POP3 actions to XML-RPC callable methods- XML-RPC - |
XML-RPC vs. SOAPhttp://weblog.masukomi.org/writings/xml-rpc_vs_soap.htm Kate Rhodes: A simple guide to choosing the best protocol for your XML Remote Procedure Call needs.- XML-RPC - SOAP - |
Web services for Perl (SOAP::Lite, XMLRPC::Lite, and UDDI::Lite)SOAP::Lite, XMLRPC::Lite, and UDDI::Lite. Perl Modules for using the SOAP and XML-RPC protocols. Slashdemocracy uses SOAP::Lite for integrating the Google api.- XML-RPC - SOAP - |
XML-RPC and the Need to Cash Inhttp://groups.yahoo.com/group/syndication/message/2217 Sacrilegious = "Grossly irreverent toward what is or is held to be sacred". That's what Morbus Iff was in the syndication ygroup. The debate that followed was interesting.- XML-RPC - |
XML-RPC Serviceshttp://www.xmlrpc.com/directory/1568/services Dave Winer's list of public Web Services and specs that build on XML-RPC.- XML-RPC - |
XML-RPC for PHPhttp://phpxmlrpc.sourceforge.net/ UsefulInc has developed prototype XML-RPC client and server classes for PHP. You can find them here. Also hosting a PHP XML-RPC interest mailing list.- XML-RPC - |
XML-RPC HomepageXML-RPC is a spec and a set of implementations that allow software running on disparate operating systems, running in different environments to make procedure calls over the Internet. It's remote procedure calling using HTTP as the transport and XML as the encoding. Dave Winer, UserLand, runs this site.- XML-RPC - |



