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

Search results for "distribution:SOAP 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

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::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::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::Serializer - serialization utilities River stage zero No dependents

Used internally by SOAP/Perl...

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

SOAP::TypeMapper - Maps Perl types to their serializer/deserializer classes River stage zero No dependents

Forthcoming......

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

SOAP::OutputStream - Writes SOAP fragments River stage zero No dependents

SOAP::OutputStream encapsulates the details of writing SOAP packets into a few easy to use functions. In order to bootstrap a SOAP stream (and get your first SOAP::OutputStream reference), you'll need to use SOAP::Envelope, as shown in the example ab...

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

SOAP::EnvelopeMaker - Creates SOAP envelopes River stage zero No dependents

The overall usage pattern of SOAP::EnvelopeMaker is as follows: 1) Determine what you want to do with the resulting SOAP packet and create an output function that implements this policy. 2) Create an instance of SOAP::EnvelopeMaker, passing a referen...

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

SOAP::TypedPrimitive - Wrapper for xsd primitives that need explicit SOAP type attributes River stage zero No dependents

In some cases it is desirable to provide explicit types for parameters being passed to SOAP methods. One legitimate case is when you need to disambiguate a call to a method that is one of many with the same name that only differ by the parameter type...

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

SOAP::StructSerializer - (internal) serializer for SOAP structs River stage zero No dependents

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

SOAP::SimpleTypeWrapper - deprecated River stage zero No dependents

Introduced in SOAP/Perl 0.24 Deprecated in SOAP/Perl 0.25...

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

SOAP::GenericInputStream - Default handler for SOAP::Parser output River stage zero No dependents

As you can see from the synopsis, you won't use SOAP::GenericInputStream directly, but rather the SOAP::Parser will create instances of it when necessary to unmarshal SOAP documents. The main reason for this documentation is to describe the interface...

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

SOAP::GenericHashSerializer - Generic serializer for Perl hashes River stage zero No dependents

Serializes a vanilla Perl hash to a SOAP::OutputStream. Note that Perl hashes are unordered, so the serialization order is not guaranteed. Use SOAP::Struct as opposed to a hash if you need to preserve order (this is actually a requirement of the SOAP...

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

SOAP::GenericScalarSerializer - Generic serializer for Perl scalar references River stage zero No dependents

Forthcoming...

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

SOAP::TypedPrimitiveSerializer - serializer for xsd scalars River stage zero No dependents

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

SOAP::Transport::HTTP::CGI - Generic SOAP CGI handler River stage zero No dependents

This class encapsulates the details of hooking up to CGI, and then calls SOAP::Transport::HTTP::Server to do the SOAP-specific stuff. This way the Server class can be reused with any web server configuration (including mod_perl), by simply composing ...

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

SOAP::Transport::HTTP::Apache - SOAP mod_perl handler River stage zero No dependents

This class encapsulates the details of hooking up to mod_perl, and then calls SOAP::Transport::HTTP::Server to do the SOAP-specific stuff. This way the Server class can be reused with any web server configuration (including CGI), by simply composing ...

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

SOAP::Transport::HTTP::Server - Server side HTTP support for SOAP/Perl River stage zero No dependents

This class provides all the HTTP related smarts for a SOAP server, independent of what web server it's attached to. It exposes a single function (that you'll never call, unless you're adapting SOAP/Perl to a new web server environment) that provides ...

KBROWN/SOAP-0.28 - 05 Sep 2000 18:04:25 UTC
21 results (0.04 seconds)