|
Hi Jason,
This is both a documentation error and a bug. The latter variant you tried is correct, but SOAP::WSDL tries to load a non-existent module from SOAP::Lite, so it uses it's own backend.
*SOAP::WSDL::Transport::HTTP::get_basic_credentials = sub { ... }
should help here.
Alternatively, you can use the SOAP::WSDL::Factory::Transport module from SOAP::WSDL's SVN (which already contains a fix) from https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Factory/Transport.pm
thanks for reporting,
Martin
|