Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: SOAP::Lite keep alive and NTLM stubmaker.pl issue

by Corion (Patriarch)
on Aug 25, 2017 at 13:01 UTC ( [id://1198015]=note: print w/replies, xml ) Need Help??


in reply to SOAP::Lite keep alive and NTLM stubmaker.pl issue

When/whereever you create the SOAP::Lite instance, you need to create it with the keep_alive option set to a true value:

my $soap = SOAP::Lite->new( proxy => [ $url, keep_alive => 1, ], ... );

I don't know if the stubmaker script creates sensible code. Most likely you will need to monkeypatch the subroutine like you did with get_basic_credentials already.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1198015]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (2)
As of 2024-04-20 03:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found