git-cpan-module: SOAP-WSDL git-cpan-version: 1.21 git-cpan-authorid: MKUTTER git-cpan-file: authors/id/M/MK/MKUTTER/SOAP-WSDL-1.21.tar.gz
35 lines
575 B
Plaintext
35 lines
575 B
Plaintext
SOAP::WSDL - a WSDL-driven message preprocessor for SOAP::Lite.
|
|
|
|
DESCRIPTION
|
|
|
|
See "perldoc SOAP::WSDL" (or "perldoc WSDL.pm") for details.
|
|
|
|
|
|
PREREQUISITES
|
|
|
|
SOAP::WSDL requires the following perl modules:
|
|
|
|
- SOAP::Lite
|
|
- XML::XPath
|
|
|
|
|
|
If you want to use file system caching (improves performance), you also
|
|
need the following packages:
|
|
|
|
- Cache::Cache
|
|
|
|
INSTALLING
|
|
|
|
Use the usual mantra:
|
|
|
|
perl Makefile.PL
|
|
make
|
|
make test
|
|
make install
|
|
|
|
|
|
LICENSE
|
|
|
|
This library is free software, you can distribute/modify it under the same
|
|
terms as perl itself.
|