XML-RPC

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    When passing a CODEREF to a value XML::RPC will simply use the returned
    hashref as a type => value pair.

ERROR HANDLING
    To provide an error response you can simply die() in the \&handler
    function. Also you can set the $XML::RPC::faultCode variable to a (int)
    value just before dieing.

PROXY SUPPORT
    Default XML::RPC will try to use LWP::Useragent for requests, you can
    set the environment variable: CGI_HTTP_PROXY to set a proxy.

LIMITATIONS
    XML::RPC will not create "bool", "dateTime.iso8601" or "base64" types
    automatically. They will be parsed as "int" or "string". You can use the
    CODE ref to create these types.

AUTHOR
    Niek Albers, http://www.daansystems.com/

COPYRIGHT AND LICENSE

lib/XML/RPC.pm  view on Meta::CPAN


=head1 ERROR HANDLING

To provide an error response you can simply die() in the \&handler
function. Also you can set the $XML::RPC::faultCode variable to a (int) value
just before dieing.

=head1 PROXY SUPPORT

Default XML::RPC will try to use LWP::Useragent for requests,
you can set the environment variable: CGI_HTTP_PROXY to
set a proxy.

=head1 LIMITATIONS

XML::RPC will not create "bool", "dateTime.iso8601" or "base64" types
automatically. They will be parsed as "int" or "string". You can use the 
CODE ref to create these types.

=head1 AUTHOR



( run in 0.643 second using v1.01-cache-2.11-cpan-71847e10f99 )