Lines Matching refs:opData
32 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'];
1211 if (!$opData = $this->getOperationData($operation)) {
1217 $this->appendDebug($this->varDump($opData));