- Do not provide ns info in first sxe creation

This commit is contained in:
Marcus Boerger 2006-04-14 14:11:54 +00:00
parent 311a7af62d
commit d1b5f0deaa

View File

@ -18,7 +18,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
</soap:Envelope>
EOF;
$sxe = simplexml_load_string($xml, NULL, 0, 'soap');
$sxe = simplexml_load_string($xml);
$nsl = $sxe->getNamespaces();
var_dump($nsl);