diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-01-23 15:09:54 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-01-23 15:09:54 +0100 |
commit | 47b1a58e966f7b031fcba3b2dfebff591e084ce4 (patch) | |
tree | ae352da5541e3195a5718c379de3badde3fc6f3f /ext/soap | |
parent | 6489e2983159be3b8f4482a2cdf29438d0e1610a (diff) | |
parent | 2c2cbbbf55f82026655d4477e00a938200fdf79a (diff) | |
download | php-git-47b1a58e966f7b031fcba3b2dfebff591e084ce4.tar.gz |
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Fix bug76348.phpt
Diffstat (limited to 'ext/soap')
-rw-r--r-- | ext/soap/tests/bugs/bug76348.wsdl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/soap/tests/bugs/bug76348.wsdl b/ext/soap/tests/bugs/bug76348.wsdl index 79e583d469..43628b63b5 100644 --- a/ext/soap/tests/bugs/bug76348.wsdl +++ b/ext/soap/tests/bugs/bug76348.wsdl @@ -2,12 +2,12 @@ <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:tns="http://example.x-road.ee/producer/" + xmlns:tns="http://example.x-road.eu/producer/" xmlns:xrd="http://x-road.eu/xsd/xroad.xsd" - targetNamespace="http://example.x-road.ee/producer/"> + targetNamespace="http://example.x-road.eu/producer/"> <types> - <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://example.x-road.ee/producer/"> - <import namespace="http://x-road.ee/xsd/x-road.xsd" schemaLocation="http://x-road.ee/xsd/x-road.xsd"/> + <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://example.x-road.eu/producer/"> + <import namespace="http://x-road.eu/xsd/x-road.xsd" schemaLocation="http://x-road.eu/xsd/x-road.xsd"/> <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2009/01/xml.xsd"/> <element name="exampleOperation"> |