The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:RPC::XML"

XML::RPC - Pure Perl implementation for an XML-RPC client and server. River stage one • 6 direct dependents • 6 total dependents

XML::RPC module provides simple Pure Perl methods for XML-RPC communication. It's goals are simplicity and flexibility. XML::RPC uses XML::TreePP for parsing. This version of XML::RPC merges the changes from XML::RPC::CustomUA....

CAVAC/XML-RPC-2 - 09 Mar 2022 09:32:44 UTC

RPC::XML - A set of classes for core data, message and XML handling River stage two • 37 direct dependents • 50 total dependents

The RPC::XML package is an implementation of the XML-RPC standard. The package as a whole provides classes for data, for clients, for servers and for parsers (based on the XML::Parser and XML::LibXML packages from CPAN). This module provides a set of...

RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 UTC

XML::RPC::UA - Base class for XML::RPC UserAgent River stage zero No dependents

MONS/XML-RPC-Fast-0.8 - 25 Jan 2012 11:54:50 UTC

XML::RPC::Enc - Base class for XML::RPC encoders River stage zero No dependents

MONS/XML-RPC-Fast-0.8 - 25 Jan 2012 11:54:50 UTC

XML::RPC::Fast - Fast and modular implementation for an XML-RPC client and server River stage zero No dependents

XML::RPC::Fast is format-compatible with XML::RPC, but may use different encoders to parse/compose xml. Curerntly included encoder uses XML::LibXML, and is 3 times faster than XML::RPC and 75% faster, than XML::Parser implementation...

MONS/XML-RPC-Fast-0.8 - 25 Jan 2012 11:54:50 UTC

RPC::XML::Procedure - Object encapsulation of server-side RPC procedures River stage two • 37 direct dependents • 50 total dependents

The RPC::XML::Procedure package is designed primarily for behind-the-scenes use by the RPC::XML::Server class and any subclasses of it. It is documented here in case a project chooses to sub-class it for their purposes (which would require setting th...

RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 UTC

RPC::XML::Parser - Interface for parsers created by RPC::XML::ParserFactory River stage two • 37 direct dependents • 50 total dependents

The RPC::XML::Parser class encapsulates the interface for the parsing process. It is an empty class that is used in conjuntion with the RPC::XML::ParserFactory class. All parser implementations that are intended to be returned by calls to RPC::XML::P...

RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 UTC

RPC::XML::Server - A server base-class for XML-RPC River stage two • 37 direct dependents • 50 total dependents

This is both a base-class for developing XML-RPC servers, and a working server class in its own right. It is built upon the RPC::XML data classes, and defaults to using HTTP::Daemon for the communication layer....

RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 UTC

RPC::XML::Client - An XML-RPC client class River stage two • 37 direct dependents • 50 total dependents

This is an XML-RPC client built upon the RPC::XML data classes, and using LWP::UserAgent and HTTP::Request for the communication layer. This client supports the full XML-RPC specification....

RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 UTC

XML::RPC::UA::LWP - XML::RPC useragent, using LWP River stage zero No dependents

Default syncronous useragent for XML::RPC::Fast...

MONS/XML-RPC-Fast-0.8 - 25 Jan 2012 11:54:50 UTC

XML::RPC::UA::Curl - XML::RPC useragent, using Curl River stage zero No dependents

Default syncronous useragent for XML::RPC::Fast...

MONS/XML-RPC-Fast-0.8 - 25 Jan 2012 11:54:50 UTC

XML::RPC::CustomUA - XML::RPC with custom user agent string River stage zero No dependents

This overloads XML::RPC to allow a custom user agent string. Everything else stays the same....

CAVAC/XML-RPC-CustomUA-0.91 - 21 Nov 2017 08:11:01 UTC

RPC::XML::Parser::XS - Fast XML-RPC parser written in C River stage zero No dependents

This module provides a single function "parse_rpc_xml" to parse XML-RPC request and response. parse_rpc_xml my $obj = parse_rpc_xml($xml); Parse an XML-RPC methodCall or methodResponse. Resulting object is a RPC::XML::request or RPC::XML::response de...

MIKAGE/RPC-XML-Parser-XS-0.04 - 28 Jul 2009 06:12:52 UTC

POE::Filter::XML::RPC - A POE Filter for marshalling XML-RPC River stage one • 1 direct dependent • 1 total dependent

POE::Filter::XML::RPC builds upon the work of POE::Filter::XML to parse XML-RPC datagrams and deliver useful objects for the end developer. This filter is expected to be used in a chain of filters where it will receive POE::Filter::XML::Nodes on inpu...

NPEREZ/POE-Filter-XML-RPC-0.04 - 19 Apr 2009 06:31:33 UTC

XML::RPC::Enc::LibXML - Encode/decode XML-RPC using LibXML River stage zero No dependents

Default encoder/decoder for XML::RPC::Fast If MIME::Base64 is installed, decoder for "XML-RPC" type "base64" will be setup If DateTime::Format::ISO8601 is installed, decoder for "XML-RPC" type "dateTime.iso8601" will be setup Also will be setup by de...

MONS/XML-RPC-Fast-0.8 - 25 Jan 2012 11:54:50 UTC

RPC::XML::Deparser::XS - Fast XML-RPC deparser written in C River stage zero No dependents

This module provides a single function "deparse_rpc_xml" to deparse (serialize) XML-RPC requests and responses. deparse_rpc_xml my $xml = deparse_rpc_xml($obj); Deparse an object of either RPC::XML::request or RPC::XML::response. Note that UTF-8 flag...

MIKAGE/RPC-XML-Deparser-XS-0.02 - 16 Dec 2008 04:51:15 UTC

XML::RPC::UA::AnyEvent - XML::RPC useragent, using AnyEvent::HTTP River stage zero No dependents

Asyncronous useragent for XML::RPC::Fast. Could be used in any AnyEvent application....

MONS/XML-RPC-Fast-0.8 - 25 Jan 2012 11:54:50 UTC

RPC::XML::ParserFactory - A factory class for RPC::XML::Parser objects River stage two • 37 direct dependents • 50 total dependents

The RPC::XML::ParserFactory class encapsulates the process of creating parser objects that adhere to the interface described in RPC::XML::Parser. Under the hood, the parser object created and returned could be from any of a number of implementation c...

RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 UTC

Test::XML::RPC::Catalyst - Testing of Catalyst based XMLRPC applications River stage zero No dependents

This module merges Test::WWW::Mechanize::Catalyst and XML::RPC in order to provide test functionality for Catalyst based XMLRPC applications....

BERLE/Test-XML-RPC-Catalyst-0.01 - 20 Mar 2008 19:36:28 UTC

RPC::XML::Parser::LibXML - Fast XML-RPC parser with libxml River stage zero No dependents

RPC::XML::Parser::LibXML is fast XML-RPC parser written with XML::LibXML....

TOKUHIROM/RPC-XML-Parser-LibXML-0.08 - 20 Nov 2013 04:58:29 UTC
63 results (0.048 seconds)