|
|
Getting Started With XML-RPC in Perl, Part 1 |
|
|
Joe Johnston |
|
|
Perl / XML and Perl |
|
|
Click to Visit |
|
|
37 |
This article explains what XML-RPC is and how to use Perl's Frontier::RPC library to create simple clients and servers. It helps extend the concept of RPC with XML and HTTP. The technique is to encode the RPC requests into XML, send it over a standard HTTP connection to a server which decodes the XML and executes the requested procedure. The result is then sent back to the client.
|