XML-RPC for C and C : Overview
XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML.
すてきっぽい。これで Apache と XML-RPC でごにょごにょできますな。
どうごにょごにょやるのが楽しいかな。
サーバアプリ組み込みでリモート管理用に XML-RPC の口持つと楽しいかなと思ったり。
# あんま、セキュアじゃ無いってのはあるけど。
Posted by: ikebe on December 17, 2002 01:30 PM