Scott Walters 6e95d01610 Revert "maybe I'm doing the wrong thing by adding use lines for test modules"
Wow.  Even with the "fix" in, it runs correctly once, and then starts vomiting
with a similar error again as before the fix.  it'll fail 20 times in a
row, then pass 20 times in a row.  there's some haunted house level
shit going wrong here.

This reverts commit b121a061d8.
2014-08-21 07:47:02 -04:00
2009-12-12 19:48:57 -08:00
2009-12-12 19:49:03 -08:00
2009-12-12 19:48:17 -08:00
2009-12-12 19:48:35 -08:00
2009-12-12 19:49:03 -08:00
2009-12-12 19:49:03 -08:00
2009-12-12 19:49:03 -08:00
2009-12-12 19:48:28 -08:00
2009-12-12 19:48:45 -08:00
2009-12-12 19:48:32 -08:00

INTRO
-----

SOAP-WSDL provides a SOAP client with WSDL support.

SUBCLASSING
-----------

SOAP-WSDL is still under very active development. Please don't build
applications using the following modules directly:

 - SOAP::WSDL::Definitions
 - SOAP::WSDL::Port
 - SOAP::WSDL::PortType
 - SOAP::WSDL::Binding
 - SOAP::WSDL::Message
 - SOAP::WSDL::Operation
 - SOAP::WSDL::OpMessage
 - SOAP::WSDL::Part
 - SOAP::WSDL::Service
 - SOAP::WSDL::Types
 - SOAP::WSDL::XSD::Schema

Those will be replaced some time in the future.

INSTALLING
----------

Use the following mantra:

 perl Build.PL
 perl Build
 perl Build test
 perl Build install

If you don't have Module::Build installed, you may also use

 perl Makefile.PL
 make
 make test
 make install

Note that Module::Build is the recommended installer - make will not run
all tests provided with SOAP-WSDL.

SOLARIS INSTALLATION NOTES
--------------------------
According to a CPAN RT report http://rt.cpan.org/Ticket/Display.html?id=36865
it may be necessary to check (and possibly update) the expat libraries
required by XML::Parser.

SOAP::WSDL's metadata includes XML::Parser, but it seems that the expat
libraries XML::Parser depends on may slip through missing or outdated.
Description
Release history of SOAP-WSDL
Readme 3.2 MiB
Languages
Perl 99.5%
Raku 0.4%
Java 0.1%