say you have this:
my $result = $service->call( 'MyCall' , %my_variables );
if this fails to contact the service in question,say due to time out or some such, would $result j
+ust be undef?
Posted on Mon Jun 23 22:36:59 2008
by mkutterin response to 8126
Re: empty result
SOAP::WSDL usually returns a fault object on error (which is always false in boolean context).
The fault message contains details about why the call failed.
Martin
Posted on Mon Jun 23 23:07:21 2008
by drfrogin response to 8127
Re: empty result
keyword usually?
:)
seems our call sometimes results in this
my code is such that if there is no $result->faultstring and there is no internal data in $result i
+t reports the whole $result object
and sometimes its returning undef