kalyanvarma.net :: tech :: xml-rpc | Search |
with Perl
After sitting in this talk,
I decided to write an xml-rpc interface to one of the servers I maintain. It took
me 3 days to write it, even though it was pretty simple to implement. I wasted a lot of time with RPC::XML.
I suggest you dont use that and use Frontier::RPC2 instead.
I have written the following docs for the people who need quick ref and want to implement xml-rpc in perl very easily. If you know know what xml-rpc is, then I suggest you check out the following links. XML-RPC Home Page XML-RPC for Newbies XML-RPC Howto Using Google SOAP API for fun and profit (new) Here are my docs: XML-RPC Client in Perl XML-RPC Server in Perl (Stand Alone) XML-RPC CGI in Perl (works with apache) Ping me if you find any mistakes or if you want anything to be added. |