RPC::XML

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

RPC::XML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Randy J. Ray
  • Publisher web site:
  • http://search.cpan.org/~rjray/WebService-ISBNDB-0.34/lib/WebService/ISBNDB/API/Subjects.pm

RPC::XML Tags


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. Requirements: · Perl


RPC::XML Related Software