summaryrefslogtreecommitdiff
path: root/ext/soap/tests/soap12/T70.phpt
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-02-04 16:50:29 +0000
committerDmitry Stogov <dmitry@php.net>2004-02-04 16:50:29 +0000
commit1f68c98aba880411b4f8d07b619d882bdee0339e (patch)
treeead2e034dd49a2b296aa754cc27ca9df98af4566 /ext/soap/tests/soap12/T70.phpt
parent62572919d8cce2bc53971fc1f3ac276a2defa047 (diff)
downloadphp-git-1f68c98aba880411b4f8d07b619d882bdee0339e.tar.gz
Unnecesurry namespaces was removed form SOAP fault responces
Diffstat (limited to 'ext/soap/tests/soap12/T70.phpt')
-rw-r--r--ext/soap/tests/soap12/T70.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/soap12/T70.phpt b/ext/soap/tests/soap12/T70.phpt
index 884b686267..ecea4211a1 100644
--- a/ext/soap/tests/soap12/T70.phpt
+++ b/ext/soap/tests/soap12/T70.phpt
@@ -20,4 +20,4 @@ include "soap12-test.inc";
?>
--EXPECT--
<?xml version="1.0" encoding="UTF-8"?>
-<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/2003/05/soap-encoding"><env:Body><env:Fault><env:Code><env:Value>env:Receiver</env:Value></env:Code><env:Reason><env:Text>A SOAP 1.2 envelope can contain only Header and Body</env:Text></env:Reason></env:Fault></env:Body></env:Envelope>
+<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><env:Value>env:Receiver</env:Value></env:Code><env:Reason><env:Text>A SOAP 1.2 envelope can contain only Header and Body</env:Text></env:Reason></env:Fault></env:Body></env:Envelope>