SOAP Web Service Tutorials - Herong's Tutorial Examples - v5.13, by Herong Yang
Message Styles Supported in SOAP::Lite
This section describes message types supported in SOAP::Lite: rpc/encoded, rpc/literal, document/encoded, and document/literal.
By reading the documentation of SOAP::Lite 1.27 at https://metacpan.org/pod/SOAP::Lite, SOAP::Lite does support SOAP 1.2 now.
SOAP::Lite documentation also gives example codes to support 4 different SOAP message styles:
Ok. Let me confirm that I have SOAP::Lite 1.27 in my Perl installation:
herong> more C:\Perl64\site\lib\SOAP\lite.pm # Copyright (C) 2000-2005 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. # # October 2007, Martin Kutter package SOAP::Lite; use strict; use warnings; our $VERSION = '1.27'; # VERSION ...
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
►Message Styles Supported in SOAP::Lite
Methods on SOAP::Lite Client Object
Testing SOAP::Lite Client Objects
Differences between SOAP 1.1 and SOAP 1.2
NumberToWords_localhost.pl - Testing on Local Host
soapversion('1.2') and envprefix('soap12') Must Used Together
default_ns() - Setting Namespace for Body Elements
SOAP::Data - Utility Class to Generate XML Elements
SOAPAction - Not Needed, But No Way to Remove It
NumberToWords_SOAP_1_2.pl - SOAP::Lite for SOAP 1.2 Web Service
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