Skip to content

Commit d2c63d4

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Change wrong attribute value in WSDL example
2 parents da6d702 + 6eda9de commit d2c63d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/soap_web_service.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ An example WSDL is below.
112112
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
113113
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
114114
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
115-
xmlns:tns="urn:arnleadservicewsdl"
115+
xmlns:tns="urn:helloservicewsdl"
116116
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
117117
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
118118
xmlns="http://schemas.xmlsoap.org/wsdl/"

0 commit comments

Comments
 (0)