SOAP Web Service Tutorials - Herong's Tutorial Examples - v5.13, by Herong Yang
Archived 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:
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 ... 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:
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
Introduction to SOAP (Simple Object Access Protocol)
SOAP Message Transmission and Processing
SOAP MEP (Message Exchange Patterns)
PHP SOAP Extension Client Programs
PHP SOAP Extension Server Programs
PHP SOAP Web Service Example - getTemp
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
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
►Archived SOAP::Lite 0.55 in ActivePerl 5.8.7
Archived: SOAP 1.1 Request - Content-Length Too Small
Archived: SOAP 1.1 Request - Content-Length Too Large
Archived: SOAP 1.1 Request and Response of GetSpeech
Archived: SOAP 1.2 Request and Response of GetSpeech
Archived: Calling GetSpeech SOAP 1.1 with SAAJ