1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: soap-lite
Section: interpreters
Priority: optional
Build-Depends-Indep: debhelper (>= 3.0.5), perl, libxml-parser-perl, libwww-perl, libapache-mod-perl (>= 1.25-7), libmime-lite-perl, libmime-perl, libcompress-zlib-perl, libcrypt-ssleay-perl, libfcgi-perl
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Standards-Version: 3.5.1
Package: libsoap-lite-perl
Architecture: all
Depends: ${perl:Depends}, libxml-parser-perl
Recommends: liburi-perl, libwww-perl, libcompress-zlib-perl
Suggests: libapache-mod-perl, libmime-perl, libmime-lite-perl
Description: Perl5 modules for client and server side SOAP implementation
.
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.
.
This version of SOAP::Lite supports the SOAP 1.1 specification ( see
http://www.w3.org/TR/SOAP ). The main features of the library are:
.
o Supports SOAP 1.1 spec.
o Provides full namespace support for SOAP 1.1.
o Supports XML entity encoding.
o Supports header attributes.
o Supports HTTPS protocol.
o Supports SMTP protocol.
o Provides POP3 server implementation.
o Supports Basic/Digest server authentication.
o Provides COM interface.
o Supports blessed object references.
o Contains various reusable components (modules) that can be used
independently, as, for instance, SOAP::Serializer and SOAP::Deserializer.
o Provides an object oriented interface for serializing/deserializing and
sending/receiving SOAP packets. Support for extensibility of the
serialization/deserialization architecture has been included.
o Supports serialization/deserialization of sophisticated object graphs
which may have cycles (a circular queue would serialize just fine,
as well as $a=\$a. See tests and documentation for more examples).
o Supports arrays (both serialization and deserialization with auto-typing).
o Custom/user-defined types (see SOAP::Data::as_ordered_hash for example).
o Supports ordered hashes (as working example of user-defined data types).
o Customizable auto type definitions.
o Has more than 40 tests that access public test servers with different
implementations: Apache SOAP, Frontier, Perl, XSLT, COM and VB6.
o Has (limited) schema support (WSDL) with dynamic and stub access.
o Supports Base64 encoding.
o Supports out parameters binding.
o Supports transparent SOAP calls with auto-dispatch feature.
o Supports dynamic/static class/method binding.
o Provides CGI/daemon server implementation.
o Provides interactive shell for SOAP sessions (examples/SOAPsh.pl).
o Easy services deployment. Put module in specified directory and
it'll be accessible.
o Has enough examples and documentation to be up and running in no time.
|