Subject: | XML::Compile::SOAP silently ignores LWP lacking SSL support |
Hi,
I tried using XML::Compile::SOAP with a Perl binary that lacks SSL
support for LWP. My SOAP calls failed silently, so I ran my script with
"-MLWP::Debug=+" and got the following output:
LWP::UserAgent::send_request: https URLs are among
LWP::UserAgent=HASH(0x8d39a70)'s allowed protocols (http https)
LWP::UserAgent::request: Simple response: Not Implemented
When I install Crypt::SSLeay, I no longer see this problem.
I'm surprised that XML::Compile doesn't catch this problem at run time.
Please let me know if I can provide any more information to help with
this so other users don't encounter this problem.
Thanks,
Tom Hukins