Posted on Mon Jun 23 22:36:59 2008
by mkutterin response to 8126(See the whole thread of 4)
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