|
Implementing an XML-RPC client in Mathematica AbstractXML-RPC is a protocol used to remotely execute a program independently of the particular hardware and operating system used on both ends of the communication channel, in that all the conveyed information consists in text containing XML encodings coupled with HTTP headers. A sagacious mix of J/Link, XML, and RegularExpression technologies available within Mathematica allows to easily implement a client exploiting this protocol.
[Edit] |