Lines Matching refs:opData
475 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') {
661 $this->debug('style is rpc for serialization: use is ' . $this->opData['output']['use']);
662 if ($this->opData['output']['use'] == 'literal') {
681 if (isset($opData['output']['encodingStyle'])) {
682 $encodingStyle = $opData['output']['encodingStyle'];
687 …oad,$this->responseHeaders,$this->wsdl->usedNamespaces,$this->opData['style'],$this->opData['outpu…