|
@@ 5054-5056 (lines=3) @@
|
| 5051 |
|
$this->bindings[$this->currentBinding]['operations'][$this->currentOperation][$this->opStatus]['headers'][] = $attrs; |
| 5052 |
|
break; |
| 5053 |
|
case 'operation': |
| 5054 |
|
if (isset($attrs['soapAction'])) { |
| 5055 |
|
$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['soapAction'] = $attrs['soapAction']; |
| 5056 |
|
} |
| 5057 |
|
if (isset($attrs['style'])) { |
| 5058 |
|
$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['style'] = $attrs['style']; |
| 5059 |
|
} |
|
@@ 5057-5059 (lines=3) @@
|
| 5054 |
|
if (isset($attrs['soapAction'])) { |
| 5055 |
|
$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['soapAction'] = $attrs['soapAction']; |
| 5056 |
|
} |
| 5057 |
|
if (isset($attrs['style'])) { |
| 5058 |
|
$this->bindings[$this->currentBinding]['operations'][$this->currentOperation]['style'] = $attrs['style']; |
| 5059 |
|
} |
| 5060 |
|
if (isset($attrs['name'])) { |
| 5061 |
|
$this->currentOperation = $attrs['name']; |
| 5062 |
|
$this->debug("current binding operation: $this->currentOperation"); |