Skip to content

Commit b4d9649

Browse files
committed
Fix namespace uri in server025.wsdl
targetNamespace and tns do not match, which means that the lookup for the messages in tns should fail. However, due to a bug this currently doesn't fail. This will fail in the future after a bugfix.
1 parent a2da0da commit b4d9649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/soap/tests/server025.wsdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
66
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
77
xmlns:si="http://soapinterop.org/xsd"
8-
xmlns:tns="http://linuxsrv.home/~dmitry/soap/test.wsdl"
8+
xmlns:tns="http://testuri.org"
99
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
1010
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
1111
xmlns="http://schemas.xmlsoap.org/wsdl/"

0 commit comments

Comments
 (0)