in reply to Set HTTP timeout with wsdl2perl.pl

If you mean wsdl2perl.pl from SOAP::WSDL, I think you will have to modify the source code of wsdl2perl.pl to give the UserAgent a timeout. See LWP::UserAgent for how to give it a timeout.

Replies are listed 'Best First'.
Re^2: Set HTTP timeout with wsdl2perl.pl
by sophate (Beadle) on Aug 05, 2013 at 08:38 UTC

    Thanks. Will look into that.