Home
last modified time | relevance | path

Searched refs:methodURI (Results 1 – 3 of 3) sorted by relevance

/plugin/mantis/lib/
H A Dclass.soap_server.php58 var $methodURI = ''; variable in nusoap_server
472 …nvoke_method, methodname=' . $this->methodname . ' methodURI=' . $this->methodURI . ' SOAPAction='…
613 …('Entering serialize_return methodname: ' . $this->methodname . ' methodURI: ' . $this->methodURI);
664 …$payload = '<ns1:'.$this->methodname.'Response xmlns:ns1="'.$this->methodURI.'">'.$return_val.'</n…
666 …$payload = '<ns1:'.$this->methodname.'Response xmlns:ns1="'.$this->methodURI.'">'.$return_val.'</n…
674 …$payload = '<ns1:'.$this->methodname.'Response xmlns:ns1="'.$this->methodURI.'">'.$return_val.'</n…
833 $this->methodURI = $parser->root_struct_namespace;
835 $this->debug('methodname: '.$this->methodname.' methodURI: '.$this->methodURI);
H A Dnusoap.php3467 var $methodURI = ''; variable in nusoap_server
3881 …nvoke_method, methodname=' . $this->methodname . ' methodURI=' . $this->methodURI . ' SOAPAction='…
3946 …ed in service methodname=' . $this->methodname . ' methodURI=' . $this->methodURI . ' SOAPAction='…
4044 …('Entering serialize_return methodname: ' . $this->methodname . ' methodURI: ' . $this->methodURI);
4095 …$payload = '<ns1:'.$this->methodname.'Response xmlns:ns1="'.$this->methodURI.'">'.$return_val.'</n…
4097 …$payload = '<ns1:'.$this->methodname.'Response xmlns:ns1="'.$this->methodURI.'">'.$return_val.'</n…
4105 …$payload = '<ns1:'.$this->methodname.'Response xmlns:ns1="'.$this->methodURI.'">'.$return_val.'</n…
4271 $this->methodURI = $parser->root_struct_namespace;
4273 $this->debug('methodname: '.$this->methodname.' methodURI: '.$this->methodURI);
/plugin/googlesearch/
H A Dnusoap.php3080 var $methodURI = ''; variable in soap_server
3494 …nvoke_method, methodname=' . $this->methodname . ' methodURI=' . $this->methodURI . ' SOAPAction='…
3628 …('Entering serialize_return methodname: ' . $this->methodname . ' methodURI: ' . $this->methodURI);
3674 …$payload = '<'.$this->methodname.'Response xmlns="'.$this->methodURI.'">'.$return_val.'</'.$this->…
3676 …$payload = '<ns1:'.$this->methodname.'Response xmlns:ns1="'.$this->methodURI.'">'.$return_val.'</n…
3684 …$payload = '<ns1:'.$this->methodname.'Response xmlns:ns1="'.$this->methodURI.'">'.$return_val.'</n…
3842 $this->methodURI = $parser->root_struct_namespace;
3844 $this->debug('methodname: '.$this->methodname.' methodURI: '.$this->methodURI);