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

Search results for "module:SOAP::Data"

SOAP::Data::Builder - A wrapper simplifying SOAP::Data and SOAP::Serialiser River stage one • 3 direct dependents • 4 total dependents

This Module provides a quick and easy way to build complex SOAP data and header structures for use with SOAP::Lite. It primarily provides a wrapper around SOAP::Serializer and SOAP::Data (or SOAP::Header) enabling you to generate complex XML within y...

TEEJAY/SOAP-Data-Builder-1 - 14 Mar 2012 06:47:19 UTC

SOAP::Data::Builder::Simple - Simplified way of creating data structures for SOAP::Lite River stage zero No dependents

Simplified interface to SOAP::Data for creating data structures for use with SOAP::Lite....

MJEMMESON/SOAP-Data-Builder-Simple-0.04 - 16 Feb 2015 18:09:54 UTC

SOAP::Data::Builder::Element - A simple wrapper SOAP::Data Elements River stage one • 3 direct dependents • 4 total dependents

This Module provides a quick and easy way to build complex SOAP data and header structures for use with SOAP::Lite, managed by SOAP::Data::Builder....

TEEJAY/SOAP-Data-Builder-1 - 14 Mar 2012 06:47:19 UTC

SOAP::Data::ComplexType - An abstract class for creating and handling complex SOAP::Data objects River stage zero No dependents

This module is intended to make it much easier to create complex SOAP::Data objects in an object-oriented class-structure, as users of SOAP::Lite must currently craft SOAP data structures manually. It uses SOAP::Data::Builder internally to store and ...

RYBSKEJ/SOAP-Data-ComplexType-0.044 - 13 Nov 2006 16:18:54 UTC

SOAP::Data::ComplexType::Array - Abstract class for native SOAP Array complex type River stage zero No dependents

SOAP::Data::ComplexType::Array is an abstract class that represents the native Array complex type in SOAP. This allows users to define complex types that extend the Array class...

RYBSKEJ/SOAP-Data-ComplexType-0.044 - 13 Nov 2006 16:18:54 UTC

Data::Conveyor::Service::Interface::SOAP - Stage-based conveyor-belt-like ticket handling system River stage zero No dependents

MARCEL/Data-Conveyor-1.103130 - 09 Nov 2010 12:41:30 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

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

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

SOAP::MIME - Patch to SOAP::Lite to add attachment support. This module allows Perl clients to both compose messages with attachments, and to parse messages with attachments. River stage zero No dependents

BYRNE/SOAP-MIME-0.55-7 - 16 Apr 2003 16:41:06 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

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

Salesforce - this class provides a simple abstraction layer between SOAP::Lite and Salesforce.com. River stage one • 1 direct dependent • 1 total dependent

This class provides a simple abstraction layer between SOAP::Lite and Salesforce.com. Because SOAP::Lite does not support complexTypes, and document/literal encoding is limited, this module works around those limitations and provides a more intuitive...

BAYSIDE/Salesforce-0.57 - 10 Aug 2006 03:15:37 UTC

LS::SOAP::Fault - SOAP service for LSID authority, metadata, and data operations River stage one • 1 direct dependent • 2 total dependents

EKAWAS/lsid-perl-1.1.7 - 05 Nov 2007 19:38:52 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::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

W3C::SOAP::XSD - The parent module for generated XSD modules. River stage one • 1 direct dependent • 1 total dependent

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

SAP::WAS::SOAP - SOAP encoded RFC calls against SAP R/3 / Web Application Server (WAS) River stage zero No dependents

Enabler for HTTP based SOAP calls to SAP using the WAS ( Web Application Server ) using the ICMAN interface ( SAP's Internet Connection MANager ). You need to ensure that login to the /sap/bc/soap/rfc service has been configured correctly using SAP t...

PIERS/SAP-WAS-SOAP-0.05 - 02 Sep 2006 08:35:15 UTC
63 results (0.043 seconds)