Exemplo 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';
 }
Exemplo 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';
 }
Exemplo 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';
 }
Exemplo 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';
 }
Exemplo n.º 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';
 }
Exemplo 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';
 }