I've just been looking through cpan, and I'm wondering if I am missing
something obvious.
I can't find anywhere in Soap::Lite where I can set a timeout variable.
I am calling a third party, and sometimes their responses are very slow.
I want to be able to set a maximum response time of 90 seconds (for
example), but can't work out exactly how to do it.
> I can't find anywhere in Soap::Lite where I can set a timeout variable.
> I am calling a third party, and sometimes their responses are very
> slow.
> I want to be able to set a maximum response time of 90 seconds (for
> example), but can't work out exactly how to do it.
>
> Has anyone done this, and if so, how do I do it?
No worries, I ran into the same thing awhile ago. Here's how I did it: