Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Re-ran the test harnesssub SOAP::Transport::HTTP::Client::get_basic_credentials { return ('do +main\user' => 'password') };
This got further but still failed...#!/usr/bin/perl use lib "./modules/"; use Discovery; use strict; use warnings; my $c = Discovery->new(); print $c->GetSources;
Has anyone managed to get wsdl working using SOAP::Lite and NTML I've no idea how to enable keep_alive in the code created by stubmaker.pl... ... ... The keep_alive option must be enabled for NTLM authentication to work. + NTLM authentication aborted. SOAP::Transport::HTTP::Client::send_receive: HTTP::Response=HASH(0x285 +8510) SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 401 Unauthorized Connection: close ... ... ... 401 Unauthorized at ./testit.pl line 11. ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP::Lite keep alive and NTLM stubmaker.pl issue
by Corion (Patriarch) on Aug 25, 2017 at 13:01 UTC |