The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:SOAP-Lite"

SOAP::SOM - provides access to the values contained in SOAP Response River stage three • 110 direct dependents • 144 total dependents

Objects from the SOAP::SOM class aren't generally instantiated directly by an application. Rather, they are handed back by the deserialization of a message. In other words, developers will almost never do this: $som = SOAP::SOM->new; SOAP::SOM object...

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Test - Test framework for SOAP::Lite River stage three • 110 direct dependents • 144 total dependents

SOAP::Test provides simple framework for testing server implementations. Specify your address (endpoint) and run provided tests against your server. See t/1*.t for examples....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Data - this class provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities. River stage three • 110 direct dependents • 144 total dependents

The SOAP::Data class provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities. Most of the methods are accessors, which like those in SOAP::Lite are designed to re...

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Lite - Perl's Web Services Toolkit River stage three • 110 direct dependents • 144 total dependents

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....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Fault - encapsulates SOAP faults prior to their serialization or after their deserialization River stage three • 110 direct dependents • 144 total dependents

This class encapsulates SOAP faults prior to their serialization or after their deserialization. The methods available are a constructor and four accessors. Each accessor creates an object on demand, just as the other classes do, when called as a sta...

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Trace - used only to manage and manipulate the runtime tracing of execution within the toolkit River stage three • 110 direct dependents • 144 total dependents

This class has no methods or objects. It is used only to manage and manipulate the runtime tracing of execution within the toolkit. In absence of methods, this section reviews the events that may be configured and the ways of configuring them....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Utils - a utility package for SOAP::Lite River stage three • 110 direct dependents • 144 total dependents

This class gives you access to a number of subroutines to assist in data formatting, encoding, etc. Many of the subroutines are private, and are not documented here, but a few are made public....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

Apache::SOAP - mod_perl-based SOAP server with minimum configuration River stage three • 110 direct dependents • 144 total dependents

This Apache Perl module provides the ability to add support for SOAP (Simple Object Access Protocol) protocol with easy configuration (either in .conf or in .htaccess file). This functionality should give you lightweight option for hosting SOAP servi...

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Schema - provides an umbrella for the way in which SOAP::Lite manages service description schemas River stage three • 110 direct dependents • 144 total dependents

This class provides an umbrella for the way in which SOAP::Lite manages service description schemas. Currently, the only support present is for the Web Services Description Language (WSDL). This is another of the classes not generally designed to be ...

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Server - provides the basic framework for the transport-specific server classes to build upon River stage three • 110 direct dependents • 144 total dependents

The SOAP::Server class provides the basic framework for the transport-specific server classes to build upon. Note that in none of the code examples provided with SOAP::Lite is this class used directly. Instead, it is designed to be a superclass withi...

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Header - similar to SOAP::Data elements, a SOAP::Header object simply is encoded in the SOAP Header block River stage three • 110 direct dependents • 144 total dependents

Objects instantiated from the SOAP::Header class are functionally the same as SOAP::Data objects, and as such share all the methods from that class. The distinction may be cosmetic, but it is present so that applications may more easily distinguish h...

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Client - exists purely as a superclass for client classes declared by the various SOAP::Lite transport modules. River stage three • 110 direct dependents • 144 total dependents

The SOAP::Client class exists purely as a superclass for client classes declared by the various SOAP::Lite transport modules. The methods it provides are all simple accessors; they return the current value when called with no arguments or set the att...

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Packager - this class is an abstract class which allows for multiple types of packaging agents such as MIME and DIME. River stage three • 110 direct dependents • 144 total dependents

The SOAP::Packager class is responsible for managing a set of "parts." Parts are additional pieces of information, additional documents, or virtually anything that needs to be associated with the SOAP Envelope/payload. The packager then will take the...

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Constants - SOAP::Lite provides several variables to allows programmers and users to modify the behavior of SOAP::Lite in specific ways. River stage three • 110 direct dependents • 144 total dependents

A number of "constant" values are provided by means of this namespace. The values aren't constants in the strictest sense; the purpose of the values detailed here is to allow the application to change them if it desires to alter the specific behavior...

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Transport - an abstract class extended by more specialized transport modules River stage three • 110 direct dependents • 144 total dependents

Objects of the SOAP::Transport class manage two roles: they manage both the parameters related to transport as set through the containing SOAP::Lite object, and they abstract the selection and loading of an appropriate transport module. This is done ...

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Serializer - the means by which the toolkit manages the expression of data as XML River stage three • 110 direct dependents • 144 total dependents

The SOAP::Serializer class is the means by which the toolkit manages the expression of data as XML. The object that a SOAP::Lite instance uses by default is generally enough for the task, with no need for the application to create its own. The main p...

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Deserializer - the means by which the toolkit manages the conversion of XML into an object manageable by a developer River stage three • 110 direct dependents • 144 total dependents

SOAP::Deserializer provides the means by which incoming XML is decoded into a Perl data structure....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Lite::Packager - this class is an abstract class which allows for multiple types of packaging agents such as MIME and DIME. River stage three • 110 direct dependents • 144 total dependents

The SOAP::Lite::Packager class is responsible for managing a set of "parts." Parts are additional pieces of information, additional documents, or virtually anything that needs to be associated with the SOAP Envelope/payload. The packager then will ta...

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Transport::TCP - TCP Transport Support for SOAP::Lite River stage three • 110 direct dependents • 144 total dependents

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

SOAP::Transport::POP3 - Server side POP3 support for SOAP::Lite River stage three • 110 direct dependents • 144 total dependents

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC
32 results (0.016 seconds)