SOAP - SOAP

NAME ^

SOAP::Lite - Perl's Web Services Toolkit
DESCRIPTION ^

SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side.
PERL VERSION WARNING ^

As of version SOAP::Lite version 1.05, no perl versions before 5.8 will be supported.

SOAP::Lite 0.71 will be the last version of SOAP::Lite running on perl 5.005

Future versions of SOAP::Lite will require at least perl 5.6.0

If you have not had the time to upgrade your perl, you should consider this now.
OVERVIEW OF CLASSES AND PACKAGES ^

lib/SOAP/Lite.pm

    SOAP::Lite - Main class provides all logic

    SOAP::Transport - Transport backend

    SOAP::Data - Data objects

    SOAP::Header - Header Data Objects

    SOAP::Serializer - Serializes data structures to SOAP messages

    SOAP::Deserializer - Deserializes SOAP messages into SOAP::SOM objects

    SOAP::SOM - SOAP Message objects

    SOAP::Constants - Provides access to common constants and defaults

    SOAP::Trace - Tracing facilities

    SOAP::Schema - Provides access and stub(s) for schema(s)

    SOAP::Schema::WSDL - WSDL implementation for SOAP::Schema

    SOAP::Server - Handles requests on server side

    SOAP::Server::Object - Handles objects-by-reference

    SOAP::Fault - Provides support for Faults on server side

    SOAP::Utils - A set of private and public utility subroutines
lib/SOAP/Packager.pm

    SOAP::Packager - Provides an abstract class for implementing custom packagers.

    SOAP::Packager::MIME - Provides MIME support to SOAP::Lite

    SOAP::Packager::DIME - Provides DIME support to SOAP::Lite
lib/SOAP/Transport/HTTP.pm

    SOAP::Transport::HTTP::Client - Client interface to HTTP transport

    SOAP::Transport::HTTP::Server - Server interface to HTTP transport

    SOAP::Transport::HTTP::CGI - CGI implementation of server interface

    SOAP::Transport::HTTP::Daemon - Daemon implementation of server interface

    SOAP::Transport::HTTP::Apache - mod_perl implementation of server interface
lib/SOAP/Transport/POP3.pm

    SOAP::Transport::POP3::Server - Server interface to POP3 protocol
lib/SOAP/Transport/MAILTO.pm

    SOAP::Transport::MAILTO::Client - Client interface to SMTP/sendmail
lib/SOAP/Transport/LOCAL.pm

    SOAP::Transport::LOCAL::Client - Client interface to local transport
lib/SOAP/Transport/TCP.pm

    SOAP::Transport::TCP::Server - Server interface to TCP protocol

    SOAP::Transport::TCP::Client - Client interface to TCP protocol
lib/SOAP/Transport/IO.pm

    SOAP::Transport::IO::Server - Server interface to IO transport
 

 

source:http://search.cpan.org/~phred/SOAP-Lite-1.20/lib/SOAP/Lite.pm#NAME