Skip to content

Commit 47b1a58

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix bug76348.phpt
2 parents 6489e29 + 2c2cbbb commit 47b1a58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ext/soap/tests/bugs/bug76348.wsdl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<definitions
33
xmlns="http://schemas.xmlsoap.org/wsdl/"
44
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
5-
xmlns:tns="http://example.x-road.ee/producer/"
5+
xmlns:tns="http://example.x-road.eu/producer/"
66
xmlns:xrd="http://x-road.eu/xsd/xroad.xsd"
7-
targetNamespace="http://example.x-road.ee/producer/">
7+
targetNamespace="http://example.x-road.eu/producer/">
88
<types>
9-
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://example.x-road.ee/producer/">
10-
<import namespace="http://x-road.ee/xsd/x-road.xsd" schemaLocation="http://x-road.ee/xsd/x-road.xsd"/>
9+
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://example.x-road.eu/producer/">
10+
<import namespace="http://x-road.eu/xsd/x-road.xsd" schemaLocation="http://x-road.eu/xsd/x-road.xsd"/>
1111
<import namespace="http://www.w3.org/XML/1998/namespace"
1212
schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
1313
<element name="exampleOperation">

0 commit comments

Comments
 (0)