|
@@ 5555-5557 (lines=3) @@
|
| 5552 |
|
$xml .= " xmlns:$k=\"$v\""; |
| 5553 |
|
} |
| 5554 |
|
// 10.9.02 - add poulter fix for wsdl and tns declarations |
| 5555 |
|
if (isset($this->namespaces['wsdl'])) { |
| 5556 |
|
$xml .= " xmlns=\"" . $this->namespaces['wsdl'] . "\""; |
| 5557 |
|
} |
| 5558 |
|
if (isset($this->namespaces['tns'])) { |
| 5559 |
|
$xml .= " targetNamespace=\"" . $this->namespaces['tns'] . "\""; |
| 5560 |
|
} |
|
@@ 5558-5560 (lines=3) @@
|
| 5555 |
|
if (isset($this->namespaces['wsdl'])) { |
| 5556 |
|
$xml .= " xmlns=\"" . $this->namespaces['wsdl'] . "\""; |
| 5557 |
|
} |
| 5558 |
|
if (isset($this->namespaces['tns'])) { |
| 5559 |
|
$xml .= " targetNamespace=\"" . $this->namespaces['tns'] . "\""; |
| 5560 |
|
} |
| 5561 |
|
$xml .= '>'; |
| 5562 |
|
// imports |
| 5563 |
|
if (sizeof($this->import) > 0) { |