This article assumes that the user is familiar with SOAP, CakePHP, and VMWare LabManager. The article is located at the CakePHP Bakery (pending approval)
The Controller
class LabManagerController extends AppController {
var $name = 'LabManager';
var $pageTitle = "VM Lab Manager Assistant";
var $components = array('LabManager');
function index() {
$libs = $this->LabManager->getLibraryConfigurationsList();
pr($libs); // print the library configuration list
}
}
The Component
http://bakery.cakephp.org/articles/view/vmware-labmanager-cakephp-soap-api-component (pending approval)
If I coummnicated I could thank you enough for this, I'd be lying.
ReplyDelete