suse man page for xmlrpcsh

Query: xmlrpcsh

OS: suse

Section: 1p

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XMLRPCSH(1p)						User Contributed Perl Documentation					      XMLRPCSH(1p)

NAME
XMLRPCsh - Interactive shell for XMLRPC calls
SYNOPSIS
perl XMLRPCsh http://betty.userland.com/RPC2 > examples.getStateName(2) > examples.getStateNames(1,2,3,7) > examples.getStateList([1,9]) > examples.getStateStruct({a=>1, b=>24}) > Ctrl-D (Ctrl-Z on Windows) or # all parameters after uri will be executed as methods perl XMLRPCsh http://betty.userland.com/RPC2 examples.getStateName(2) > Ctrl-D (Ctrl-Z on Windows)
DESCRIPTION
XMLRPCsh is a shell for making XMLRPC calls. It takes one parameter, endpoint (actually it will tell you about it if you try to run it). Additional commands can follow. After that you'll be able to run any methods of XMLRPC::Lite, like autotype, readable, etc. You can run it the same way as you do it in your Perl script. You'll see output from method, result of XMLRPC call, detailed info on XMLRPC faulure or transport error. For full list of available methods see documentation for XMLRPC::Lite. Along with methods of XMLRPC::Lite you'll be able (and that's much more interesting) run any XMLRPC methods you know about on remote server and see processed results. You can even switch on debugging (with call something like: "on_debug(sub{print@_})") and see XMLRPC code with headers sent and received.
COPYRIGHT
Copyright (C) 2000 Paul Kulchenko. All rights reserved.
AUTHOR
Paul Kulchenko (paulclinger@yahoo.com) perl v5.12.4 2010-06-03 XMLRPCSH(1p)
Related Man Pages
soapsh(1p) - debian
apache::xmlrpc::lite(3) - suse
xmlrpcsh(1p) - suse
apache::xmlrpc::lite(3pm) - debian
xmlrpc::transport::http(3pm) - debian
Similar Topics in the Unix Linux Community
need examples?
What is the meta character for the Ctrl button?
How to run UNIX commands for practice in Windows 2000 OS?
Need help with sed scripting
[Perl] Module for recursive listing of remote Windows shares