Lines Matching refs:operation

161                 foreach($bindingData['operations'] as $operation => $data) {
162 $this->debug('post-parse data gathering for ' . $operation);
163 $this->bindings[$binding]['operations'][$operation]['input'] =
164 isset($this->bindings[$binding]['operations'][$operation]['input']) ?
165 …is->bindings[$binding]['operations'][$operation]['input'], $this->portTypes[ $bindingData['portTyp…
166 $this->portTypes[ $bindingData['portType'] ][$operation]['input'];
167 $this->bindings[$binding]['operations'][$operation]['output'] =
168 isset($this->bindings[$binding]['operations'][$operation]['output']) ?
169 …is->bindings[$binding]['operations'][$operation]['output'], $this->portTypes[ $bindingData['portTy…
170 $this->portTypes[ $bindingData['portType'] ][$operation]['output'];
171 …if(isset($this->messages[ $this->bindings[$binding]['operations'][$operation]['input']['message'] …
172 …s[$binding]['operations'][$operation]['input']['parts'] = $this->messages[ $this->bindings[$bindin…
174 …if(isset($this->messages[ $this->bindings[$binding]['operations'][$operation]['output']['message']…
175 …s[$binding]['operations'][$operation]['output']['parts'] = $this->messages[ $this->bindings[$bindi…
178 …if (isset($bindingData['style']) && !isset($this->bindings[$binding]['operations'][$operation]['st…
179 … $this->bindings[$binding]['operations'][$operation]['style'] = $bindingData['style'];
181 …$this->bindings[$binding]['operations'][$operation]['transport'] = isset($bindingData['transport']…
182operation]['documentation'] = isset($this->portTypes[ $bindingData['portType'] ][$operation]['docu…
183 …$this->bindings[$binding]['operations'][$operation]['endpoint'] = isset($bindingData['endpoint']) …
611 * @param string $operation name of operation
616 function getOperationData($operation, $bindingType = 'soap') argument
631 if ($operation == $bOperation) {
632 $opData = $this->bindings[ $portData['binding'] ]['operations'][$operation];
1100 * @param string $operation operation name
1107 function serializeRPCParameters($operation, $direction, $parameters, $bindingType = 'soap') { argument
1108 …$this->debug("in serializeRPCParameters: operation=$operation, direction=$direction, XMLSchemaVers…
1116 if (!$opData = $this->getOperationData($operation, $bindingType)) {
1117 …$this->debug('Unable to retrieve WSDL data for operation: ' . $operation . ' bindingType: ' . $bin…
1118 …$this->setError('Unable to retrieve WSDL data for operation: ' . $operation . ' bindingType: ' . $…
1194 * @param string $operation operation name
1201 function serializeParameters($operation, $direction, $parameters) argument
1203 …$this->debug("in serializeParameters: operation=$operation, direction=$direction, XMLSchemaVersion…
1211 if (!$opData = $this->getOperationData($operation)) {
1212 $this->debug('Unable to retrieve WSDL data for operation: ' . $operation);
1213 $this->setError('Unable to retrieve WSDL data for operation: ' . $operation);