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.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    XMLRPC::PurePerl 0.01

    Download button

    No screenshots available
    Downloads: 280  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Ryan Alan Dietrich | More programs
    Perl Artistic License / FREE
    September 9th, 2006, 13:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    XMLRPC::PurePerl description

    XMLRPC::PurePerl is a Perl module that implements the XML-RPC standard as defined at www.xmlrpc.com.

    XMLRPC::PurePerl is a Perl module that implements the XML-RPC standard as defined at www.xmlrpc.com and serves as a (de)serialization engine as well as a client for such services.

    This module is in fairly close relation to an implementation that I wrote in javascript. The main problem I ran into web services and browsers was the dependence on the built in javascript XML parser. This module shows off how rolling your own can give you a bit of a boost in performance as well as avoiding dependencies for a compiled XML parser (for you guys who work in the DOD arena like me).

    If I had more time, I'd have rolled my own basic LWP modules just to avoid the extra dependencies. Anyway, this client provides the basic functionality that modules like RPC::XML or Frontier::RPC2 provide, the only difference is being the reason for the name, this is a pure perl implementation.

    SYNOPSIS:

    my $client = new XMLRPC::PurePerl("http://127.0.0.1:8080/"); my $result = $client->call("myMethod", { 'complex' => [ 'structure', 'goes' ] }, 'here' );
    my $xml = XMLRPC::PurePerl->encode_xmlrpc_call( $structure );
    my $str = XMLRPC::PurePerl->decode_xmlrpc( $xml );

    # In case you don't have XML::Simple loaded... (a simple XML serializer / de-serializer)

    my $var_xml = XMLRPC::PurePerl->encode_variable( $structure );
    my $var = XMLRPC::PurePerl->decode_variable( $var_xml );

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    XML-RPC implementation | serialization engine | Perl module | XMLRPC::PurePerl | XML-RPC | implementation

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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