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::Client"

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

Dokuwiki::RPC::XML::Client - A RPC::XML::Client for dokuwiki. River stage zero No dependents

MARCC/Dokuwiki-RPC-XML-Client-0.2 - 18 Mar 2014 20:15:46 UTC

lib/XML/Compile/RPC/Client.pm River stage one • 1 direct dependent • 1 total dependent

MARKOV/XML-Compile-RPC-0.20 - 15 Jan 2020 13:19:32 UTC

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::Any - A simple, unified interface to XML-RPC and JSON-RPC. River stage one • 1 direct dependent • 1 total dependent

RPC::Any is a simple, unified interface to multiple RPC protocols. Right now it supports XML-RPC <http://www.xmlrpc.com/> and all three versions of JSON-RPC <http://groups.google.com/group/json-rpc/web> (1.0, 1.1, and 2.0). The goal of RPC::Any is to...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 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::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

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

RPC::Object - A lightweight implementation for remote procedure calls River stage zero No dependents

JWU/RPC-Object-0.31 - 26 Feb 2007 16:19:30 UTC

RPC::Xmlrpc_c::Client - XML-RPC For C/C++ client River stage zero No dependents

This module performs XML-RPC client functions, via the executable libraries of XML-RPC For C/C++. I.e. you can write an XML-RPC client program using this. This differs from another, older facility, "RPC::XML", in that "RPC::XML" is Perl all the way d...

GIRAFFED/RPC-Xmlrpc_c-1.05a - 08 Nov 2013 22:33:42 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

Jabber::RPC::Client - Jabber-RPC Client River stage one • 1 direct dependent • 1 total dependent

Jabber::RPC::Client is an implementation of a Jabber-RPC client. A Jabber-RPC client sends XML-RPC-encoded calls carried over Jabber to an endpoint that is a Jabber::RPC::Server. It uses the Frontier::RPC2 XML-RPC implementation to make the encoding ...

QMACRO/Jabber-RPC-0.01 - 30 Sep 2001 19:32:29 UTC

RPC::Xmlrpc_c::Value - XML-RPC value River stage zero No dependents

An object of this class can be used with "RPC::Xmlrpc_c" facilities to represent an XML-RPC value. You find such objects as parameters of XML-RPC calls and as XML-RPC results. XML-RPC has stronger typing than Perl has, so this class is necessary to a...

GIRAFFED/RPC-Xmlrpc_c-1.05a - 08 Nov 2013 22:33:42 UTC

Apache::RPC::Server - A subclass of RPC::XML::Server tuned for mod_perl River stage two • 37 direct dependents • 50 total dependents

The Apache::RPC::Server module is a subclassing of RPC::XML::Server that is tuned and designed for use within Apache with mod_perl. Provided are phase-handlers for the general request-processing phase ("PerlHandler") and the child-process initializat...

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

RPC::Any::Server - The RPC Server River stage one • 1 direct dependent • 1 total dependent

This is an RPC "server" that can call methods and return a result to a client. Unlike other RPC modules, "RPC::Any::Server" doesn't actually start a listening daemon, it just reads the input that you give it and gives you output that you can send to ...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

Jabber::RPC::HTTPgate - An HTTP gateway for Jabber-RPC / XML-RPC River stage zero No dependents

Jabber::RPC::HTTPgate is an experimental gateway that provides a conduit service between 'traditional' (HTTP-transported) XML-RPC encoded requests/responses and Jabber-RPC (XML-RPC encoded requests/responses transported over Jabber). The idea is that...

QMACRO/Jabber-RPC-HTTPgate-0.01 - 14 Oct 2001 21:05:27 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

Jabber::RPC::Server - Jabber-RPC Server River stage one • 1 direct dependent • 1 total dependent

Jabber::RPC::Server is an implementation of a Jabber-RPC server. A Jabber-RPC server receives XML-RPC-encoded calls carried over Jabber and responds to them. You can have your Jabber::RPC::Server connect as a Jabber component or as a Jabber client - ...

QMACRO/Jabber-RPC-0.01 - 30 Sep 2001 19:32:29 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
26 results (0.078 seconds)