Skip to content

Commit a2da0da

Browse files
committed
Fix incorrect targetNamespace in bug29061.wsdl
By having a newline in there, we get whitespace in the namespace uri, which is incorrect.
1 parent 5e7a1cc commit a2da0da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/soap/tests/bugs/bug29061.wsdl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ schemas.xmlsoap.org/wsdl/http/"
44
xmlns:xs="http://www.w3.org/2001/XMLSchema"
55
xmlns:soapenc="http://schemas.xmlsoap.org/soap/e
66
ncoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
7-
xmlns:y="http://new.webservice.namespace" targetNamespace="http
8-
://new.webservice.namespace">
7+
xmlns:y="http://new.webservice.namespace" targetNamespace="http://new.webservice.namespace">
98
<types>
109
<xs:schema/>
1110
</types>

0 commit comments

Comments
 (0)