Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    RPC::XML 0.60

    Download button

    No screenshots available
    Downloads: 637  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.8/5)
    13 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Randy J. Ray | More programs
    Perl Artistic License / FREE
    April 10th, 2008, 09:23 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    RPC::XML description

    RPC::XML is a set of classes for core data, message and XML handling.

    RPC::XML is a set of classes for core data, message and XML handling.

    SYNOPSIS

    use RPC::XML;

    $req = RPC::XML::request->new('fetch_prime_factors',
    RPC::XML::int->new(985120528));
    ...
    $resp = RPC::XML::Parser->new()->parse(STREAM);
    if (ref($resp))
    {
    return $resp->value->value;
    }
    else
    {
    die $resp;
    }

    The RPC::XML package is an implementation of the XML-RPC standard.

    The package provides a set of classes for creating values to pass to the constructors for requests and responses. These are lightweight objects, most of which are implemented as tied scalars so as to associate specific type information with the value. Classes are also provided for requests, responses, faults (errors) and a parser based on the XML::Parser package from CPAN.

    This module does not actually provide any transport implementation or server basis. For these, see RPC::XML::Client and RPC::XML::Server, respectively.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    core data | XML handling | Perl module | RPC::XML | core | data

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM