XML-based Remote Procedure Call (XML-RPC) receives occasional attention as a simple protocol for remote procedure calls. It is straightforward to use, and easily available implementations such as ...
I'm working on a small WinForms app in C# to migrate some domains/users from one of our Barracuda spam firewalls to another one. For now, I'm just using some example XML from their API to connect and ...
Tim Conner recently noted the release of a new AppleScript called BlogScript. The script takes advantage of the new XML-RPC feature in Apple’s recently released Mac OS X 10.1 update. XML-RPC is a ...
Java reflection offers a simple but effective way of hiding some of the complexity of remote procedure calls with XML-RPC (XML-based Remote Procedure Call). In this article, Stephan Maier shows how to ...