Query: xmlrpc::lite
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XMLRPC::Lite(3) User Contributed Perl Documentation XMLRPC::Lite(3)NAMEXMLRPC::Lite - client and server implementation of XML-RPC protocolSYNOPSISClient use XMLRPC::Lite; print XMLRPC::Lite -> proxy('http://betty.userland.com/RPC2') -> call('examples.getStateStruct', {state1 => 12, state2 => 28}) -> result; CGI server use XMLRPC::Transport::HTTP; my $server = XMLRPC::Transport::HTTP::CGI -> dispatch_to('methodName') -> handle ; Daemon server use XMLRPC::Transport::HTTP; my $daemon = XMLRPC::Transport::HTTP::Daemon -> new (LocalPort => 80) -> dispatch_to('methodName') ; print "Contact to XMLRPC server at ", $daemon->url, " "; $daemon->handle;DESCRIPTIONXMLRPC::Lite is a Perl modules which provides a simple nterface to the XML-RPC protocol both on client and server side. Based on SOAP::Lite module, it gives you access to all features and transports available in that module. See t/26-xmlrpc.t for client examples and examples/XMLRPC/* for server implementations.DEPENDENCIESSOAP::LiteSEE ALSOSOAP::LiteCREDITSThe XML-RPC standard is Copyright (c) 1998-2001, UserLand Software, Inc. See <http://www.xmlrpc.com> for more information about the XML- RPC specification.COPYRIGHTCopyright (C) 2000-2001 Paul Kulchenko. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.AUTHORPaul Kulchenko (paulclinger@yahoo.com) perl v5.12.1 2010-03-17 XMLRPC::Lite(3)
Related Man Pages |
---|
xmlrpcsh(1p) - debian |
apache::xmlrpc::lite(3) - suse |
soap::transport::pop3(3) - suse |
xmlrpc::transport::http(3) - suse |
xmlrpcsh(1p) - suse |
Similar Topics in the Unix Linux Community |
---|
XML Import & HTTP Post |
freeware to document your IT infrastructure for unix |
phlyMail 3.6.25 (Lite branch) |
phlyMail 3.09.61 (4.0 Beta 3) (Lite branch) |
Need help with sed scripting |