예제 #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';
 }
예제 #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';
 }
예제 #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';
 }
예제 #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';
 }
예제 #6
0
 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';
 }
예제 #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';
 }