Home
last modified time | relevance | path

Searched refs:SOAPAction (Results 1 – 4 of 4) sorted by relevance

/plugin/mantis/lib/
H A Dclass.soap_server.php76 var $SOAPAction = ''; variable in nusoap_server
302 $this->SOAPAction = '';
314 $this->SOAPAction = str_replace('"','',$this->headers['soapaction']);
341 $this->SOAPAction = $v;
375 $this->SOAPAction = $v;
472 …ame=' . $this->methodname . ' methodURI=' . $this->methodURI . ' SOAPAction=' . $this->SOAPAction);
478 } elseif ($this->opData = $this->wsdl->getOperationDataForSoapAction($this->SOAPAction)) {
480 …$this->debug('in invoke_method, found WSDL soapAction=' . $this->SOAPAction . ' for operation=' . …
H A Dchangelog2 - soap_transport_http: SOAPAction header is quoted again, fixes problem w/ Weblogic Server
19 … getallheaders nor $_SERVER are available, use $HTTP_SERVER_VARS to get SOAPAction and xml encoding
179 - soap_server: fix default SOAPAction created in register method
394 - soap_server: use SOAPAction to determine operation when doc/lit service does not wrap parameters …
493 - soap_server: use URL scheme for WSDL access as the scheme in SOAPAction
H A Dnusoap.php3485 var $SOAPAction = ''; variable in nusoap_server
3711 $this->SOAPAction = '';
3723 $this->SOAPAction = str_replace('"','',$this->headers['soapaction']);
3750 $this->SOAPAction = $v;
3784 $this->SOAPAction = $v;
3881 …ame=' . $this->methodname . ' methodURI=' . $this->methodURI . ' SOAPAction=' . $this->SOAPAction);
3903 } elseif ($this->opData = $this->wsdl->getOperationDataForSoapAction($this->SOAPAction)) {
3905 …$this->debug('in invoke_method, found WSDL soapAction=' . $this->SOAPAction . ' for operation=' . …
3946 …me=' . $this->methodname . ' methodURI=' . $this->methodURI . ' SOAPAction=' . $this->SOAPAction");
/plugin/googlesearch/
H A Dnusoap.php3098 var $SOAPAction = ''; variable in soap_server
3324 $this->SOAPAction = '';
3336 $this->SOAPAction = str_replace('"','',$this->headers['soapaction']);
3363 $this->SOAPAction = $v;
3397 $this->SOAPAction = $v;
3494 …ame=' . $this->methodname . ' methodURI=' . $this->methodURI . ' SOAPAction=' . $this->SOAPAction);
3500 } elseif ($this->opData = $this->wsdl->getOperationDataForSoapAction($this->SOAPAction)) {
3502 …$this->debug('in invoke_method, found WSDL soapAction=' . $this->SOAPAction . ' for operation=' . …