13 Jan 2011 21:11
using the RPC::XML perl module, getting started
ted_pedersen <duluthted <at> gmail.com>
2011-01-13 20:11:55 GMT
2011-01-13 20:11:55 GMT
Greetings all, I'm just getting started with using XML-RPC, and I'm using the Perl module RPC::XML as my implementation tool, so far at least. :) There is a nice but incomplete RPC::XML example in a book called Web Services with Perl (by Ray and Kulkchenko) which has a server side program for a fortune cookie example, but doesn't provide the client side code. Does anyone have this (using RPC::XML) and if you could, would you be willing to share this? I just like to have something simple I can test to make sure things are basically working. There is a second example in the book based on the OReilly Meerkat service, and that's a complete example with client and server, but as best I can tell this service is no longer available (so I can't run the examples). I've checked out the book page and written to the authors without success so wanted to check here. http://www.blackperl.com/pwswp/ And yes, I know I should just figure this out and it must not be too hard, but I'm in the early days of working with this and it just helps to convince myself that this module and paradigm works at all by running a simple example. So I am hoping some industrious reader of this boo might have already worked this out or that there's a client available somewhere... Also, if anyone has any good recommendations on starter materials for programming with XML-RPC in Perl (using RPC::XML or any other module). The book I've mentioned is ok, although the fact that I'm struggling a bit to get something really simple going might suggest it's missing a few details. I know Perl reasonably well and understand what XML-RPC is trying to do, so it's mostly the mechanics of using the Perl code that is tripping me up (I think). Cordially, Ted(Continue reading)
RSS Feed