示例#1
0
 function __construct()
 {
     parent::__construct();
     // must preceeds importBusiness!!
     $this->forceEndpoint('http://192.168.1.51/~geek/gtfw-login/index.php?mod=soapgateway&sb=Gateway&act=soap&typ=soap&wsdl');
     $this->importBusiness();
 }
 function __construct()
 {
     parent::__construct();
     // must preceeds ImportBusiness!!
     $this->SetCredentials('foo', 'bar');
     $this->SetCookie('foo-cookie', 'bar-value');
     $this->ImportBusiness();
 }