The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:SOAP-Lite http::lite"

lib/SOAP/Transport/HTTP.pm River stage three • 109 direct dependents • 143 total dependents

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

SOAP::Test - Test framework for SOAP::Lite River stage three • 109 direct dependents • 143 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::Schema - provides an umbrella for the way in which SOAP::Lite manages service description schemas River stage three • 109 direct dependents • 143 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::Client - exists purely as a superclass for client classes declared by the various SOAP::Lite transport modules. River stage three • 109 direct dependents • 143 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::Constants - SOAP::Lite provides several variables to allows programmers and users to modify the behavior of SOAP::Lite in specific ways. River stage three • 109 direct dependents • 143 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::TCP - TCP Transport Support for SOAP::Lite River stage three • 109 direct dependents • 143 total dependents

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

SOAP::Lite - Perl's Web Services Toolkit River stage three • 109 direct dependents • 143 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::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 • 109 direct dependents • 143 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::Trace - used only to manage and manipulate the runtime tracing of execution within the toolkit River stage three • 109 direct dependents • 143 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::Fault - encapsulates SOAP faults prior to their serialization or after their deserialization River stage three • 109 direct dependents • 143 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

Apache::SOAP - mod_perl-based SOAP server with minimum configuration River stage three • 109 direct dependents • 143 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::Server - provides the basic framework for the transport-specific server classes to build upon River stage three • 109 direct dependents • 143 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::Packager - this class is an abstract class which allows for multiple types of packaging agents such as MIME and DIME. River stage three • 109 direct dependents • 143 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::Transport - an abstract class extended by more specialized transport modules River stage three • 109 direct dependents • 143 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 • 109 direct dependents • 143 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::Lite::Packager - this class is an abstract class which allows for multiple types of packaging agents such as MIME and DIME. River stage three • 109 direct dependents • 143 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

SOAPsh.pl - Interactive shell for SOAP calls River stage three • 109 direct dependents • 143 total dependents

SOAPsh.pl is a shell for making SOAP calls. It takes two parameters: mandatory endpoint and optional uri (actually it will tell you about it if you try to run it). Additional commands can follow. After that you'll be able to run any methods of SOAP::...

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

stubmaker.pl - Generates client stubs from a WSDL file. River stage three • 109 direct dependents • 143 total dependents

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