Lines Matching refs:opData

3497 			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']);
3673 if ($this->opData['output']['use'] == 'literal') {
3691 if (isset($opData['output']['encodingStyle'])) {
3692 $encodingStyle = $opData['output']['encodingStyle'];
3697 …elope($payload,$this->responseHeaders,$this->wsdl->usedNamespaces,$this->opData['style'],$encoding…
4092 var $opData = array(); variable in wsdl
4645 $opData = $this->bindings[ $portData['binding'] ]['operations'][$operation];
4646 return $opData;
5026 if (!$opData = $this->getOperationData($operation)) {
5032 $this->appendDebug($this->varDump($opData));
5105 if (!$opData = $this->getOperationData($operation)) {
5111 $this->appendDebug($this->varDump($opData));
6564 $this->appendDebug('opData=' . $this->varDump($opData));
7024 foreach ($this->operations as $operation => $opData) {
7027 if (sizeof($opData['input']['parts']) > 0) {
7031 foreach ($opData['input']['parts'] as $name => $type) {
7043 … $opData['namespace'] = !isset($opData['namespace']) ? 'http://testuri.com' : $opData['namespace'];
7047 …n \$this->call('$operation', \$params, '".$opData['namespace']."', '".(isset($opData['soapAction']…