|
@@ 5331-5333 (lines=3) @@
|
| 5328 |
|
$this->bindings[$this->currentBinding]['operations'][$this->currentOperation][$this->opStatus]['headers'][] = $attrs; |
| 5329 |
|
break; |
| 5330 |
|
case 'operation': |
| 5331 |
|
if (isset($attrs['soapAction'])) { |
| 5332 |
|
$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['soapAction'] = $attrs['soapAction']; |
| 5333 |
|
} |
| 5334 |
|
if (isset($attrs['style'])) { |
| 5335 |
|
$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['style'] = $attrs['style']; |
| 5336 |
|
} |
|
@@ 5334-5336 (lines=3) @@
|
| 5331 |
|
if (isset($attrs['soapAction'])) { |
| 5332 |
|
$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['soapAction'] = $attrs['soapAction']; |
| 5333 |
|
} |
| 5334 |
|
if (isset($attrs['style'])) { |
| 5335 |
|
$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['style'] = $attrs['style']; |
| 5336 |
|
} |
| 5337 |
|
if (isset($attrs['name'])) { |
| 5338 |
|
$this->currentOperation = $attrs['name']; |
| 5339 |
|
$this->debug("current binding operation: $this->currentOperation"); |