SOAP-WSDL - Re: Modify default timeout

Posted on Sun May 25 23:32:41 2008 by mkutter in response to 7928 (See the whole thread of 9)
Re: Modify default timeout
I actually missed this - you need a fixed version of SOAP/WSDL.pm from http://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL.pm With this version, you can set the timeout by passing additional arguments to the proxy() or set_proxy() methods like
my $soap = SOAP::WSDL->new( wsdl => 'WSDL.wsdl'); $soap->proxy('http://example.org', timeout => 512);
Martin
Direct Responses: 7934 | Write a response