Code Sample :: PHP
private $_docName = "c:/QlikView/Online Sales.qvw";
private $URI = "http://localhost:8240/beeye/org?wsdl";
$SoapCl = new SoapClient($this->URI, $param=array());
$RSult = $SoapCl->getbeeyeQvReportList($this->_docName);
Usage
This function is a helper, to get a list off all Report Objects inside the specified document
Datasample
| DocName | ObjectName | Report Name |
| c:/QlikView/Online Sales.qvw | Report\RP1 | This is my Sample Report |