@@ 5312-5314 (lines=3) @@ | ||
5309 | $this->bindings[$this->currentBinding]['operations'][$this->currentOperation][$this->opStatus]['headers'][] = $attrs; |
|
5310 | break; |
|
5311 | case 'operation': |
|
5312 | if (isset($attrs['soapAction'])) { |
|
5313 | $this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['soapAction'] = $attrs['soapAction']; |
|
5314 | } |
|
5315 | if (isset($attrs['style'])) { |
|
5316 | $this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['style'] = $attrs['style']; |
|
5317 | } |
|
@@ 5315-5317 (lines=3) @@ | ||
5312 | if (isset($attrs['soapAction'])) { |
|
5313 | $this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['soapAction'] = $attrs['soapAction']; |
|
5314 | } |
|
5315 | if (isset($attrs['style'])) { |
|
5316 | $this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['style'] = $attrs['style']; |
|
5317 | } |
|
5318 | if (isset($attrs['name'])) { |
|
5319 | $this->currentOperation = $attrs['name']; |
|
5320 | $this->debug("current binding operation: $this->currentOperation"); |