Lines Matching refs:opData

3900 			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') {
4092 $this->debug('style is rpc for serialization: use is ' . $this->opData['output']['use']);
4093 if ($this->opData['output']['use'] == 'literal') {
4112 if (isset($opData['output']['encodingStyle'])) {
4113 $encodingStyle = $opData['output']['encodingStyle'];
4124 …oad,$this->responseHeaders,$this->wsdl->usedNamespaces,$this->opData['style'],$this->opData['outpu…
4544 var $opData = array(); variable in wsdl
5144 $opData = $this->bindings[ $portData['binding'] ]['operations'][$operation];
5145 return $opData;
5171 foreach ($this->bindings[ $portData['binding'] ]['operations'] as $bOperation => $opData) {
5172 if ($opData['soapAction'] == $soapAction) {
5173 return $opData;
5628 if (!$opData = $this->getOperationData($operation, $bindingType)) {
5634 $this->appendDebug($this->varDump($opData));
5670 …if (isset($opData[$direction]['encodingStyle']) && $encodingStyle != $opData[$direction]['encoding…
5671 $encodingStyle = $opData[$direction]['encodingStyle'];
5723 if (!$opData = $this->getOperationData($operation)) {
5729 $this->appendDebug($this->varDump($opData));
7250 $this->appendDebug('opData=' . $this->varDump($opData));
7819 foreach ($this->operations as $operation => $opData) {
7822 if (sizeof($opData['input']['parts']) > 0) {
7826 foreach ($opData['input']['parts'] as $name => $type) {
7839 … $opData['namespace'] = !isset($opData['namespace']) ? 'http://testuri.com' : $opData['namespace'];
7843 …n \$this->call('$operation', \$params, '".$opData['namespace']."', '".(isset($opData['soapAction']…