|
@@ 5846-5848 (lines=3) @@
|
| 5843 |
|
$xml .= " xmlns:$k=\"$v\""; |
| 5844 |
|
} |
| 5845 |
|
// 10.9.02 - add poulter fix for wsdl and tns declarations |
| 5846 |
|
if (isset($this->namespaces['wsdl'])) { |
| 5847 |
|
$xml .= " xmlns=\"" . $this->namespaces['wsdl'] . "\""; |
| 5848 |
|
} |
| 5849 |
|
if (isset($this->namespaces['tns'])) { |
| 5850 |
|
$xml .= " targetNamespace=\"" . $this->namespaces['tns'] . "\""; |
| 5851 |
|
} |
|
@@ 5849-5851 (lines=3) @@
|
| 5846 |
|
if (isset($this->namespaces['wsdl'])) { |
| 5847 |
|
$xml .= " xmlns=\"" . $this->namespaces['wsdl'] . "\""; |
| 5848 |
|
} |
| 5849 |
|
if (isset($this->namespaces['tns'])) { |
| 5850 |
|
$xml .= " targetNamespace=\"" . $this->namespaces['tns'] . "\""; |
| 5851 |
|
} |
| 5852 |
|
$xml .= '>'; |
| 5853 |
|
// imports |
| 5854 |
|
if (count($this->import) > 0) { |