Esempio n. 1
0
 public function __construct($name)
 {
     parent::__construct($name);
     $this->wsdl = dirname(__FILE__) . "/GoogleSearchTest.wsdl";
     $this->run_wsdl2php($this->wsdl);
     require_once $this->work_dir . '/GoogleSearchService.php';
 }
Esempio n. 2
0
 public function __construct($name)
 {
     parent::__construct($name);
     $this->wsdl = dirname(__FILE__) . "/SoapLiteRound1Test.wsdl";
     $this->run_wsdl2php($this->wsdl);
     require_once $this->work_dir . '/interopLab.php';
 }
Esempio n. 3
0
 public function __construct($name)
 {
     parent::__construct($name);
     $this->wsdl = dirname(__FILE__) . "/AspDotNetRound2Test.wsdl";
     $this->run_wsdl2php($this->wsdl);
     require_once $this->work_dir . '/SoapTest.php';
 }
Esempio n. 4
0
 public function __construct($name)
 {
     parent::__construct($name);
     $this->wsdl = dirname(__FILE__) . "/EmptySATest.wsdl";
     $this->run_wsdl2php($this->wsdl);
     require_once $this->work_dir . '/EmptySA.php';
 }
 public function __construct($name)
 {
     parent::__construct($name);
     $this->wsdl = dirname(__FILE__) . "/MicrosoftSoapToolkitV3RoundBTypedTest.wsdl";
     $this->run_wsdl2php($this->wsdl);
     require_once $this->work_dir . '/SoapTest.php';
 }
 public function __construct($name)
 {
     parent::__construct($name);
     $this->wsdl = dirname(__FILE__) . "/TemperatureConvertTest.wsdl";
     $this->run_wsdl2php($this->wsdl);
     require_once $this->work_dir . '/TemperatureConvertService.php';
 }
Esempio n. 7
0
 public function __construct($name)
 {
     parent::__construct($name);
     $this->wsdl = dirname(__FILE__) . "/eBayTest.wsdl";
     $this->run_wsdl2php($this->wsdl);
     require_once $this->work_dir . '/eBayAPIInterfaceService.php';
 }