<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Suppose I have a SOAP method foo, defined in some WSDL. I’ve already compiled the call. When I do</div>
<div><br>
</div>
<div>&nbsp; my ($res, $trace) = $soap-&gt;call(‘foo’, parameters =&gt; $params);</div>
<div><br>
</div>
<div>Is it guaranteed that $res will always be a hashref or undef?&nbsp;</div>
<div>
<div id="MAC_OUTLOOK_SIGNATURE"></div>
</div>
</body>
</html>