Home
last modified time | relevance | path

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

/plugin/mantis/lib/
Dclass.soap_server.php475 if ($this->opData = $this->wsdl->getOperationData($this->methodname)) {
477 $this->appendDebug('opData=' . $this->varDump($this->opData));
478 } elseif ($this->opData = $this->wsdl->getOperationDataForSoapAction($this->SOAPAction)) {
480 …e_method, found WSDL soapAction=' . $this->SOAPAction . ' for operation=' . $this->opData['name']);
481 $this->appendDebug('opData=' . $this->varDump($this->opData));
482 $this->methodname = $this->opData['name'];
626 if (sizeof($this->opData['output']['parts']) > 1) {
629 } elseif (sizeof($this->opData['output']['parts']) == 1) {
659 $this->debug('have WSDL for serialization: style is ' . $this->opData['style']);
660 if ($this->opData['style'] == 'rpc') {
[all …]
Dclass.soapclient.php182 $this->appendDebug('opData=' . $this->varDump($opData));
751 foreach ($this->operations as $operation => $opData) {
754 if (sizeof($opData['input']['parts']) > 0) {
758 foreach ($opData['input']['parts'] as $name => $type) {
771 … $opData['namespace'] = !isset($opData['namespace']) ? 'http://testuri.com' : $opData['namespace'];
775 …n \$this->call('$operation', \$params, '".$opData['namespace']."', '".(isset($opData['soapAction']…
Dclass.wsdl.php32 var $opData = array(); variable in wsdl
632 $opData = $this->bindings[ $portData['binding'] ]['operations'][$operation];
633 return $opData;
659 foreach ($this->bindings[ $portData['binding'] ]['operations'] as $bOperation => $opData) {
660 if ($opData['soapAction'] == $soapAction) {
661 return $opData;
1116 if (!$opData = $this->getOperationData($operation, $bindingType)) {
1122 $this->appendDebug($this->varDump($opData));
1158 …if (isset($opData[$direction]['encodingStyle']) && $encodingStyle != $opData[$direction]['encoding…
1159 $encodingStyle = $opData[$direction]['encodingStyle'];
[all …]
Dnusoap.php3900 if ($this->opData = $this->wsdl->getOperationData($this->methodname)) {
3902 $this->appendDebug('opData=' . $this->varDump($this->opData));
3903 } elseif ($this->opData = $this->wsdl->getOperationDataForSoapAction($this->SOAPAction)) {
3905 …e_method, found WSDL soapAction=' . $this->SOAPAction . ' for operation=' . $this->opData['name']);
3906 $this->appendDebug('opData=' . $this->varDump($this->opData));
3907 $this->methodname = $this->opData['name'];
4057 if (sizeof($this->opData['output']['parts']) > 1) {
4060 } elseif (sizeof($this->opData['output']['parts']) == 1) {
4090 $this->debug('have WSDL for serialization: style is ' . $this->opData['style']);
4091 if ($this->opData['style'] == 'rpc') {
[all …]
/plugin/googlesearch/
Dnusoap.php3497 if ($this->opData = $this->wsdl->getOperationData($this->methodname)) {
3499 $this->appendDebug('opData=' . $this->varDump($this->opData));
3500 } elseif ($this->opData = $this->wsdl->getOperationDataForSoapAction($this->SOAPAction)) {
3502 …e_method, found WSDL soapAction=' . $this->SOAPAction . ' for operation=' . $this->opData['name']);
3503 $this->appendDebug('opData=' . $this->varDump($this->opData));
3504 $this->methodname = $this->opData['name'];
3642 if(sizeof($this->opData['output']['parts']) > 1){
3670 $this->debug('have WSDL for serialization: style is ' . $this->opData['style']);
3671 if ($this->opData['style'] == 'rpc') {
3672 $this->debug('style is rpc for serialization: use is ' . $this->opData['output']['use']);
[all …]