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

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

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

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

Trac::RPC - access to Trac via XML-RPC Plugin River stage zero No dependents

Trac is a great project management and bug/issue tracking system. http://trac.edgewall.org/. Trac by itself does not provide API. But there is a plugin that adds this functionality. It is called XmlRpcPlugin http://trac-hacks.org/wiki/XmlRpcPlugin. T...

BESSARABV/Trac-RPC-1.0.0 - 01 Sep 2013 11:04:30 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::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::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

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

RPC::Any::Server::XMLRPC - A basic XML-RPC server River stage one • 1 direct dependent • 1 total dependent

This is a server that takes *just* XML-RPC as input, and produces *just* XML-RPC as output. It doesn't understand HTTP headers or anything like that, and it doesn't produce HTTP headers. For that, see RPC::Any::Server::XMLRPC::HTTP or RPC::Any::Serve...

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

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

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

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

Apache::RPC::Status - A status monitor similar to Apache::Status for RPC River stage two • 37 direct dependents • 50 total dependents

The Apache::RPC::Status package is provided as a simple status monitor for XML-RPC servers running in a mod_perl environment, using the Apache::RPC::Server class (or derivative of). Patterned after the status system provided with mod_perl itself, inf...

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

RPC::Any::Exception - A throwable exception object for RPC::Any River stage one • 1 direct dependent • 1 total dependent

This object represents an exception that an RPC::Any::Server can throw. See "ERROR HANDLING" in RPC::Any::Server for information about how to use this in your own code....

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC
30 results (0.066 seconds)