|
@@ 5828-5830 (lines=3) @@
|
| 5825 |
|
$xml .= " xmlns:$k=\"$v\""; |
| 5826 |
|
} |
| 5827 |
|
// 10.9.02 - add poulter fix for wsdl and tns declarations |
| 5828 |
|
if (isset($this->namespaces['wsdl'])) { |
| 5829 |
|
$xml .= " xmlns=\"" . $this->namespaces['wsdl'] . "\""; |
| 5830 |
|
} |
| 5831 |
|
if (isset($this->namespaces['tns'])) { |
| 5832 |
|
$xml .= " targetNamespace=\"" . $this->namespaces['tns'] . "\""; |
| 5833 |
|
} |
|
@@ 5831-5833 (lines=3) @@
|
| 5828 |
|
if (isset($this->namespaces['wsdl'])) { |
| 5829 |
|
$xml .= " xmlns=\"" . $this->namespaces['wsdl'] . "\""; |
| 5830 |
|
} |
| 5831 |
|
if (isset($this->namespaces['tns'])) { |
| 5832 |
|
$xml .= " targetNamespace=\"" . $this->namespaces['tns'] . "\""; |
| 5833 |
|
} |
| 5834 |
|
$xml .= '>'; |
| 5835 |
|
// imports |
| 5836 |
|
if (count($this->import) > 0) { |