SOAP::Lite for Perl on Windows

This section describes a tutorial on checking SOAP::Lite installation with ActivePerl for Windows systems.

Since I have ActivePerl v5.6.1 installed on my system, I want to see if I have SOAP::Lite on my system.

>dir \perl\site\lib\SOAP
...
05/30/2002  02:04 PM           168,253 Lite.pm
05/24/2002  06:46 PM            12,182 Test.pm
...

>type \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;
...

Great. Looks like I do have SOAP::Lite installed as part of ActivePerl. But it seems to an old release.

Last update: 2007.

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 Message Exchange Patterns

 SOAP HTTP Binding

SOAP Perl Implementations

 SOAP Perl Implementation - SOAP::Lite

SOAP::Lite for Perl on Windows

 Installing ActivePerl v5.8.7 on Windows

 SOAP::Lite 0.55 in ActivePerl 5.8.7

 SOAP PHP Implementations

 SOAP Java Implementations

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

 Perl Socket Test Program for HTTP and SOAP

 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

 PHP SOAP Extension Client Programs

 PHP SOAP Extension Server Programs

 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

 Web Services and SOAP Terminology

 References

 PDF Printing Version