|
@@ 6070-6075 (lines=6) @@
|
| 6067 |
|
|
| 6068 |
|
// Get encoding style for output and set to current |
| 6069 |
|
$encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/'; |
| 6070 |
|
if (($direction === 'input') && isset($opData['output']['encodingStyle']) |
| 6071 |
|
&& ($opData['output']['encodingStyle'] != $encodingStyle) |
| 6072 |
|
) { |
| 6073 |
|
$encodingStyle = $opData['output']['encodingStyle']; |
| 6074 |
|
$enc_style = $encodingStyle; |
| 6075 |
|
} |
| 6076 |
|
|
| 6077 |
|
// set input params |
| 6078 |
|
$xml = ''; |
|
@@ 6181-6186 (lines=6) @@
|
| 6178 |
|
|
| 6179 |
|
// Get encoding style for output and set to current |
| 6180 |
|
$encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/'; |
| 6181 |
|
if (($direction === 'input') && isset($opData['output']['encodingStyle']) |
| 6182 |
|
&& ($opData['output']['encodingStyle'] != $encodingStyle) |
| 6183 |
|
) { |
| 6184 |
|
$encodingStyle = $opData['output']['encodingStyle']; |
| 6185 |
|
$enc_style = $encodingStyle; |
| 6186 |
|
} |
| 6187 |
|
|
| 6188 |
|
// set input params |
| 6189 |
|
$xml = ''; |