Source for file soapClient.class.php
Documentation is available at soapClient.class.php
require_once 'SOAP/Client.php';
return parent::SOAP_Client($host,false,$port);
// $soapclient = new SOAP_Client($host,false,$port);
$response = $this->call($method,$params);
// function GetNodeServersSoap($method){
//$host = "" . $proto . "://" . $addr . ":" . $port;
//$a = array("nil"=>"true");
////$method = "listDomains";
//$ret = $soapclient->call($meth,array($a));
|