Lines Matching refs:wsdl
87 * @param bool $wsdl optional, set to true if using WSDL
97 …function nusoap_client($endpoint,$wsdl = false,$proxyhost = false,$proxyport = false,$proxyusernam… argument
107 $this->debug("ctor wsdl=$wsdl timeout=$timeout response_timeout=$response_timeout");
111 if($wsdl){
113 $this->wsdl = $endpoint;
114 $this->endpoint = $this->wsdl->wsdl;
120 $this->wsdl = null;
172 if ($this->endpointType == 'wsdl' && is_null($this->wsdl)) {
178 if($this->endpointType == 'wsdl' && $opData = $this->getOperationData($operation)){
221 $this->debug('got wsdl error: '.$errstr);
222 $this->setError('wsdl error: '.$errstr);
225 } elseif($this->endpointType == 'wsdl') {
338 $this->appendDebug($this->wsdl->getDebug());
339 $this->wsdl->clearDebug();
342 if ($errstr = $this->wsdl->getError()) {
345 } elseif ($this->operations = $this->wsdl->getOperations('soap')) {
348 } elseif ($this->operations = $this->wsdl->getOperations('soap12')) {
365 …$this->wsdl =& new wsdl('',$this->proxyhost,$this->proxyport,$this->proxyusername,$this->proxypass…
366 …$this->wsdl->setCredentials($this->username, $this->password, $this->authtype, $this->certRequest);
367 $this->wsdl->fetchWSDL($this->wsdlFile);
379 if ($this->endpointType == 'wsdl' && is_null($this->wsdl)) {
702 $proxy->wsdl = $this->wsdl;
737 $this->appendDebug("wsdl=" . $this->varDump($this->wsdl));
744 if ($this->endpointType == 'wsdl' && is_null($this->wsdl)) {