SOAP Web Service Tutorials - Herong's Tutorial Examples - v5.13, by Herong Yang
Installing ActivePerl Latest Version on Windows
This section provides a tutorial example on installing ActivePerl latest version on a Windows system..
Before doing any SOAP tests with Perl, I want to upgrade my Perl installation to the latest version ActivePerl on my Windows system.
1. Rename the current Perl directory from C:\Perl to C:\Perl_bck
2. Go to ActivePerl Website at http://www.activestate.com/Products/ActivePerl/.
3. Click "Download Now" button. I see the download page.
4. Click "Windows Installer (EXE)" link next to 5.26.1.2601 version, to start the download. ActivePerl-5.26.1.2601-MSWin32-x64-404865
5. Double click on the downloaded file: ActivePerl-5.26.1.2601-MSWin32-x64-404865.exe, and follow the installation tool to install ActivePerl to your system at \Perl64.
6. Open a command window, and type in "perl -v". If you see the following output, your installation is ok.
herong> perl -v This is perl 5, version 26, subversion 1 (v5.26.1) built for MSWin32-x64-multi-thread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2017, Larry Wall Binary build 2601 [404865] provided by ActiveState http://www.ActiveState.com Built Dec 11 2017 12:23:25 ...
7. Check the "path" environment variable to find the Perl home directory, C:\Perl64:
herong> echo %path% C:\Perl64\site\bin;C:\Perl64\bin;...
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
SOAP Perl Implementation - SOAP::Lite
►Installing ActivePerl Latest Version on Windows
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