Home
last modified time | relevance | path

Searched refs:wsdlFile (Results 1 – 5 of 5) sorted by relevance

/plugin/mantis/lib/
H A Dclass.soapclient.php115 $this->wsdlFile = $this->endpoint;
119 $this->wsdlFile = $this->endpoint;
347 …$this->debug('got '.count($this->operations).' operations from wsdl '.$this->wsdlFile.' for bindin…
350 …$this->debug('got '.count($this->operations).' operations from wsdl '.$this->wsdlFile.' for bindin…
364 $this->debug('instantiating wsdl class with doc: '.$this->wsdlFile);
367 $this->wsdl->fetchWSDL($this->wsdlFile);
701 $proxy->wsdlFile = $this->wsdlFile;
H A Dnusoap.php7183 $this->wsdlFile = $this->endpoint;
7187 $this->wsdlFile = $this->endpoint;
7415 …$this->debug('got '.count($this->operations).' operations from wsdl '.$this->wsdlFile.' for bindin…
7418 …$this->debug('got '.count($this->operations).' operations from wsdl '.$this->wsdlFile.' for bindin…
7432 $this->debug('instantiating wsdl class with doc: '.$this->wsdlFile);
7435 $this->wsdl->fetchWSDL($this->wsdlFile);
7769 $proxy->wsdlFile = $this->wsdlFile;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php585 * @param string $wsdlFile
594 …public function generateClassFromWsdl($wsdlFile, $className, array $methods = [], array $options =… argument
603 $client = new SoapClient($wsdlFile, $options);
665 'wsdl' => $wsdlFile,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1647 * @param string $wsdlFile
1656 …protected function getMockFromWsdl($wsdlFile, $originalClassName = '', $mockClassName = '', array … argument
1659 … $originalClassName = pathinfo(basename(parse_url($wsdlFile)['path']), PATHINFO_FILENAME);
1665 $wsdlFile,
/plugin/googlesearch/
H A Dnusoap.php6489 $this->wsdlFile = $this->endpoint;
6492 $this->wsdlFile = $this->endpoint;
6496 …$this->wsdl =& new wsdl($this->wsdlFile,$this->proxyhost,$this->proxyport,$this->proxyusername,$th…
6505 $this->debug( 'got '.count($this->operations).' operations from wsdl '.$this->wsdlFile);
6988 $proxy->wsdlFile = $this->wsdlFile;