Lines Matching full:input

163                     $this->bindings[$binding]['operations'][$operation]['input'] = 
164 isset($this->bindings[$binding]['operations'][$operation]['input']) ?
165 …gs[$binding]['operations'][$operation]['input'], $this->portTypes[ $bindingData['portType'] ][$ope…
166 $this->portTypes[ $bindingData['portType'] ][$operation]['input'];
171 …isset($this->messages[ $this->bindings[$binding]['operations'][$operation]['input']['message'] ])){
172 …]['operations'][$operation]['input']['parts'] = $this->messages[ $this->bindings[$binding]['operat…
384 // merge input/output data
418 case 'input':
419 $this->opStatus = 'input';
841 if($donnie == 'input' || $donnie == 'output'){ // show input/output data
962 if (isset($opParts['input']['encodingStyle']) && $opParts['input']['encodingStyle'] != '') {
963 $enc_style = ' encodingStyle="' . $opParts['input']['encodingStyle'] . '"';
967 …" . ' <input><soap:body use="' . $opParts['input']['use'] . '" namespace="' . $opParts['input']…
983 $portType_xml .= "\n" . ' <input message="tns:' . $opParts['input']['message'] . '"/>';
1101 * @param string $direction (input|output)
1111 if ($direction != 'input' && $direction != 'output') {
1112 $this->debug('The value of the \$direction argument needs to be either "input" or "output"');
1113 $this->setError('The value of the \$direction argument needs to be either "input" or "output"');
1126 …if(($direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['enc…
1131 // set input params
1195 * @param string $direction (input|output)
1206 if ($direction != 'input' && $direction != 'output') {
1207 $this->debug('The value of the \$direction argument needs to be either "input" or "output"');
1208 $this->setError('The value of the \$direction argument needs to be either "input" or "output"');
1221 …if(($direction == 'input') && isset($opData['output']['encodingStyle']) && ($opData['output']['enc…
1226 // set input params
1818 * @param array $in assoc array of input values: key = param name, value = param type
1859 'input' => array(