summaryrefslogtreecommitdiff
path: root/ext/soap/tests/server006.phpt
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-26 09:51:45 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-26 09:51:45 +0000
commit6309dd4c26e7845d18f8de1605ed23b28b2355ad (patch)
treea062d87949d246da51e4ccfb7b4836510eddcbea /ext/soap/tests/server006.phpt
parente3cfa02b4e7b26cd153783109533ed75b943d57d (diff)
downloadphp-git-6309dd4c26e7845d18f8de1605ed23b28b2355ad.tar.gz
Apache namespace was removed
Diffstat (limited to 'ext/soap/tests/server006.phpt')
-rw-r--r--ext/soap/tests/server006.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/server006.phpt b/ext/soap/tests/server006.phpt
index 88c855e82e..aeb031a1e9 100644
--- a/ext/soap/tests/server006.phpt
+++ b/ext/soap/tests/server006.phpt
@@ -38,5 +38,5 @@ echo "ok\n";
?>
--EXPECT--
<?xml version="1.0" encoding="UTF-8"?>
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:apache="http://xml.apache.org/xml-soap" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body xmlns:ns1="http://testuri.org"><ns1:testResponse><return xsi:type="xsd:string">Hello World</return></ns1:testResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body xmlns:ns1="http://testuri.org"><ns1:testResponse><return xsi:type="xsd:string">Hello World</return></ns1:testResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
ok