shreya has asked for the wisdom of the Perl Monks concerning the following question:
However if the connection fails, I want my program to try to reconnect without dying out. It must try reconnecting n number of times before finally giving up. Does anyone know how to achieve this ?my $soap = SOAP::Lite -> uri('https://www.abc.com/') -> proxy('http://abc:9090/SomeClass/ClassName.asmx');
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: SOAP::Lite reconnect
by cowboy (Friar) on Jun 14, 2006 at 22:06 UTC | |
Re: SOAP::Lite reconnect
by shreya (Novice) on Jun 14, 2006 at 22:14 UTC | |
by cowboy (Friar) on Jun 14, 2006 at 22:53 UTC | |
Re: SOAP::Lite reconnect
by jhourcle (Prior) on Jun 15, 2006 at 14:46 UTC |