XMLRPC::Lite man page on OpenServer

Man page or keyword search:  
man Server   5388 pages
apropos Keyword Search (all sections)
Output format
OpenServer logo
[printable version]

XMLRPC::Lite(3)	      User Contributed Perl Documentation      XMLRPC::Lite(3)

NAME
       XMLRPC::Lite - client and server implementation of XML-RPC protocol

SYNOPSIS
       Client
	     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, "\n";
	     $daemon->handle;

DESCRIPTION
       XMLRPC::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.

DEPENDENCIES
	SOAP::Lite

SEE ALSO
	SOAP::Lite

CREDITS
       The XML-RPC standard is Copyright (c) 1998-2001, UserLand Software,
       Inc.  See <http://www.xmlrpc.com> for more information about the XML-
       RPC specification.

COPYRIGHT
       Copyright (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.

AUTHOR
       Paul Kulchenko (paulclinger@yahoo.com)

perl v5.8.8			  2006-08-16		       XMLRPC::Lite(3)
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server OpenServer

List of man pages available for OpenServer

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net