Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A Dclass.soap_parser.php39 var $soapresponse = NULL; // parsed SOAP Body variable in nusoap_parser
117 $this->soapresponse = $this->message[$this->root_struct]['result'];
438 return $this->soapresponse;
448 return $this->soapresponse;
H A Dnusoap.php6471 var $soapresponse = NULL; // parsed SOAP Body variable in nusoap_parser
6549 $this->soapresponse = $this->message[$this->root_struct]['result'];
6870 return $this->soapresponse;
6880 return $this->soapresponse;
/plugin/googlesearch/
H A Dnusoap.php5824 var $soapresponse = NULL; variable in soap_parser
5901 $this->soapresponse = $this->message[$this->root_struct]['result'];
6217 return $this->soapresponse;