Perl Tutorials - Herong's Tutorial Examples
Dr. Herong Yang, Version 5.10

RPC::XML - Perl Implementation of XML-RPC

This chapter provides tutorial examples and notes on the RPC::XML Perl module. Topics include introduction of RPC::XML classes: server, client, request, etc.; installing of NMake 1.5 and RPC::XML 0.57; sample server and client programs supporting 3 remote methods; sending arrays with remote method calls.

What Is RPC::XML?

RPC::XML::Server - XML-RPC Server Interface Class

RPC::XML Client and Data Classes

Installing NMake 1.5

Installing RPC::XML Module

RpcXmlServer.pl - RPC::XML Server Sample Program

RpcXmlClient.pl - RPC::XML Client Sample Program

Sending Arrays with Remote Method Calls

Conclusion:

  • RPC::XML is indeed a simple Perl implementation of the XML-PRC protocol.
  • A "make" utility, NMake, on Windows is needed to help installing RPC::XML.
  • It's very easy to a sample server/client program to test RPC::XML functions.
  • RPC::XML passes arrays as hard references.

Table of Contents

 About This Book

 Perl on Linux Systems

 ActivePerl on Windows Systems

 Data Types: Values and Variables

 Expressions, Operations and Simple Statements

 User Defined Subroutines

 Perl Built-in Debugger

 Name Spaces and Perl Module Files

 Symbolic (or Soft) References

 Hard References - Addresses of Memory Objects

 Objects (or References) and Classes (or Packages)

 Typeglob and Importing Identifiers from Other Packages

 String Built-in Functions and Performance

 File Handles and Data Input/Output

 Open Files in Binary Mode

 Open Directories and Read File Names

 File System Functions and Operations

 Converting Perl Script to Executable Binary

 Using DBM Database Files

 Using MySQL Database Server

 Socket Communication Over the Internet

 XML::Simple Module - XML Parser and Generator

 XML Communication Model

 SOAP::Lite - SOAP Server-Client Communication Module

 Perl Programs as IIS Server CGI Scripts

 CGI (Common Gateway Interface)

 XML-RPC - Remote Procedure Call with XML and HTTP

RPC::XML - Perl Implementation of XML-RPC

 Integrating Perl with Apache Web Server

 References

 Printable Copy - PDF Version

Dr. Herong Yang, updated in 2009
RPC::XML - Perl Implementation of XML-RPC