Outdated SOAP::Lite 0.55 in ActivePerl 5.8.7

This section describes a tutorial on how to check the release number of SOAP::Lite package.

I have ActivePerl v5.8.7 installed on my Windows system. Let me check the SOAP::Lite module file:

C:\herong>dir \perl\site\lib\SOAP
...
12/08/2003  09:13 AM           167,831 Lite.pm
04/17/2002  01:16 AM            12,182 Test.pm
...

C:\herong>more \perl\site\lib\SOAP\lite.pm | more
# ===================================================================
#
# Copyright (C) 2000-2001 Paul Kulchenko (paulclinger@yahoo.com)
# SOAP::Lite is free software; you can redistribute it
# and/or modify it under the same terms as Perl itself.
#
# $Id: Lite.pm,v 1.47 2002/04/15 16:17:38 paulk Exp $
#
# ===================================================================

package SOAP::Lite;
...

SOAP::Lite module file is there. Now let me see the package information with the "ppm verify" command:

C:\herong>ppm properties soap-lite

====================
    Name: SOAP-Lite
 Version: 0.55.0.1
  Author: Paul Kulchenko <paulclinger@yahoo.com>
   Title: SOAP-Lite
Abstract: Interface to the Simple Object Access Protocol (SOAP)
InstDate:  14:16:19 2005
Location:
http://ppm.ActiveState.com/cgibin/PPM/ppmserver-5.8-windows.pl?
   urn:/PPMServer
====================

PPM is really a nice tool. It tells me that the installed release of SOAP::Lite is 0.55.0.1.

Table of Contents

 About This Book

 Introduction to Web Service

 Introduction to SOAP (Simple Object Access Protocol)

 SOAP Message Structure

 SOAP Message Transmission and Processing

 SOAP Data Model

 SOAP Encoding

 SOAP RPC Presentation

 SOAP Properties Model

 SOAP MEP (Message Exchange Patterns)

 SOAP HTTP Binding

 SOAP PHP Implementations

 PHP SOAP Extension Client Programs

 PHP SOAP Extension Server Programs

 PHP SOAP Web Service Example - getTemp

 SOAP Perl Implementations

 Perl SOAP::Lite - SOAP Server-Client Communication Module

 Perl Socket Test Program for HTTP and SOAP

 Perl SOAP::Lite for NumberToWords SOAP 1.1 Web Service

 Perl SOAP::Lite for SOAP 1.2 Web Services

 Perl SOAP::Lite for WSDL

 SOAP Java Implementations

 Java Socket and HttpURLConnection for SOAP

 SAAJ - SOAP with Attachments API for Java

 SoapUI - SOAP Web Service Testing Tool

 WS-Security - SOAP Message Security Extension

 WS-Security X.509 Certificate Token

 Perl SOAP::Lite for GetSpeech SOAP 1.1 Web Service

 Perl SOAP::Lite 0.710 for SOAP 1.2 Web Services

 Perl SOAP::Lite 0.710 for WSDL

 Web Services and SOAP Terminology

Outdated Tutorials

Outdated SOAP::Lite 0.55 in ActivePerl 5.8.7

 Outdated: SOAP 1.1 Request - Content-Length Too Small

 Outdated: SOAP 1.1 Request - Content-Length Too Large

 Outdated: SOAP 1.1 Request and Response of GetSpeech

 Outdated: SOAP 1.2 Request and Response of GetSpeech

 Outdated: Calling GetSpeech SOAP 1.1 with SAAJ

 Outdated: Calling GetSpeech SOAP 1.2 with SAAJ

 References

 Full Version in PDF/EPUB