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

Search results for "module:SOAP"

SOAP - Library for SOAP clients and servers in Perl River stage zero No dependents

SOAP/Perl is a collection of Perl modules which provides a simple and consistent application programming interface (API) to the Simple Object Access Protocl (SOAP). To learn more about SOAP, see the W3C note at <URL:http://www.w3.org/TR/SOAP> This li...

KBROWN/SOAP-0.28 - 05 Sep 2000 18:04:25 UTC

W3C::SOAP - Static and dynamic SOAP client generator from WSDL & XSD files River stage one • 1 direct dependent • 1 total dependent

A perly SOAP client library. To see more details on how to generate a WSDL client see W3C::SOAP::WSDL::Parser, and for generating Moose objects from XSD files see W3C::SOAP::XSD::Parser. Gotchas Java style camel case names are converted to the more l...

IVANWILLS/W3C-SOAP-0.14 - 04 Sep 2015 06:40:18 UTC

SOAP::WSDL - SOAP with WSDL support River stage one • 7 direct dependents • 7 total dependents

For creating Perl classes instrumenting a web service with a WSDL definition, read SOAP::WSDL::Manual. For using an interpreting (thus slow and somewhat troublesome) WSDL based SOAP client, which mimics SOAP::Lite's API, read on. Creating Interface c...

SWALTERS/SOAP-WSDL-3.004 - 20 Jan 2020 16:43:52 UTC

SOAP::UMRA - Access an UMRA SOAP service from perl River stage zero No dependents

UMRA (User Management Resource Administrator) is a product by tools4ever to link multiple authentication systems together. It can speak to AD, SAP, SQL server and through powershell to other services too. This module allows you to talk to its SOAP se...

SEVEAS/SOAP-UMRA-1.0 - 20 May 2011 20:40:59 UTC

SOAP::Defs - Spec-defined constants River stage zero No dependents

This is an internal class that exports global symbols needed by various SOAP/Perl classes. You don't need to import this module directly unless you happen to be building SOAP plumbing (as opposed to simply writing a SOAP client or server)....

KBROWN/SOAP-0.28 - 05 Sep 2000 18:04:25 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::Clean - Perl extension for blah blah blah River stage zero No dependents

Stub documentation for SOAP::Clean, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited. Blah blah blah. EXPORT None by default....

STODGHIL/SOAP-Clean-0.02 - 29 Apr 2003 23:39:38 UTC

VUser::SOAP - SOAP handling for vsoapd River stage zero No dependents

Provides all of the utilites for handling vuser actions via SOAP....

RSMITH/vsoapd-0.4.1 - 21 Sep 2007 15:23:25 UTC

Kwiki::SOAP - Base class for accessing SOAP services from a WAFL phrase River stage one • 1 direct dependent • 1 total dependent

Kwiki::SOAP provides a base class and framework for access SOAP services from a WAFL phrase. It can be used directly (as shown in the synopsis) but is designed to be subclassed for special data handling and presentation management. You can see Kwiki:...

CDENT/Kwiki-Soap-0.05 - 15 Jun 2005 07:10:41 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::Struct - support for ordered hashes River stage zero No dependents

The SOAP spec explicitly mandates that it should be possible to serialize structures and control both the names of the accessors and the order that they appear in the serialized stream. (SOAP 1.1, section 7.1, bullet 3) Prior to SOAP/Perl 0.25, this ...

KBROWN/SOAP-0.28 - 05 Sep 2000 18:04:25 UTC

SOAP::Parser - Parses SOAP documents River stage zero No dependents

SOAP::Parser has all the logic for traversing a SOAP packet, including Envelope, Header, and Body, dealing with namespaces and tracking down references. It is basically an extension of a SAX-like parser, which means that it exposes an event-driven in...

KBROWN/SOAP-0.28 - 05 Sep 2000 18:04:25 UTC

SOAP::ISIWoK - interogate the ISI WoS database River stage zero No dependents

Search and retrieve records from the Thomson Reuters ISI Web of Knowledge database. This module is NOT backwards compatible with SOAP::ISIWoK 1.xx (deprecated WoK API). Significant changes: - you must now authenticate with WoK to get a session id - m...

TIMBRODY/SOAP-ISIWoK-3.01 - 16 May 2013 10:03:40 UTC

Apache2::SOAP - mod_perl-2 SOAP server River stage one • 1 direct dependent • 1 total dependent

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

RKOBES/Apache2-SOAP-0.73 - 06 Jun 2008 05:06:43 UTC

SOAP::Message - Really simple SOAP River stage zero No dependents

Simple SOAP for the unwashed masses...

SARGIE/SOAP-Message-0.01 - 09 Aug 2005 09:44:58 UTC

SOAP::payload - Perl module to send various forms of information as SOAP envelopes. River stage zero No dependents

This module can be used in conjunction with other modules such as DBI, to send data elements as part of a SOAP transaction envelope. Methods exist within this object to send the results of an $sth->fetchall_arrayref({}), a string of literal character...

UNIXTOWN/SOAP-payload-1.02 - 20 Feb 2002 07:37:11 UTC

SOAP::DateTime - Support for converting dates to xsd:dateTime format River stage one • 1 direct dependent • 1 total dependent

"SOAP::DateTime" converts dates into the format required by the "xsd:dateTime" type....

MCMAHON/SOAP-DateTime-0.02 - 31 Aug 2005 23:48:37 UTC

SOAP::Packager - SOAP internal helper class River stage zero No dependents

This is an internal class used by the SOAP/Perl implementation. It is designed to manage a table of object references and XML ids used for serializing object graphs that may contain multiref data (and perhaps even cycles). If you are extending SOAP/P...

KBROWN/SOAP-0.28 - 05 Sep 2000 18:04:25 UTC

SOAP::Envelope - Creates SOAP streams River stage zero No dependents

This class bootstraps and manages the serialization of an object graph into a SOAP stream. It is used by the SOAP::Transport classes, but may be used directly as well. The new function Creates a new envelope. If you know you'll be using certain names...

KBROWN/SOAP-0.28 - 05 Sep 2000 18:04:25 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
391 results (0.026 seconds)