XML-RPC Client 2
XML-RPC is used most frequently by blog software to communicate with a desktop application. These classes allow your application to do the same using the built-in XML features of REALbasic. They support the complete XML-RPC specification including Structs and Arrays in native REALbasic datatypes.
Version 2 includes a demo project, supports secure servers, and is significantly easier to use.
Note: Please be aware that most hosts have decided to block any file which contains xmlrpc, xml-rpc, or xml_rpc due to a security breach in Movable Type a while back. If your application has problems communicating with your server, try renaming to file to something else.
Download XML-RPC Client (45.1 KB) | Documentation
Requirements
These new classes require REALbasic Professional 2008r2 or newer. Read the documentation for more information.
Known Issues