http://www.perlmonks.org?node_id=720000


in reply to Re: NTLM Authentication with SOAP::Lite not working
in thread NTLM Authentication with SOAP::Lite not working

Thank you so very much Anonymous Monk. I added that

sub SOAP::Transport::HTTP::Client::get_basic_credentials { return ('user' => 'password') };

line and now it works perfectly!! I gave you a positive vote. Thanks again!!!