Skip to content

Commit 13c4064

Browse files
authored
Change wrong attribute value in WSDL example
xmlns:tns="urn:arnleadservicewsdl" must be replaced by xmlns:tns="urn:helloservicewsdl" (see targetNamespace)
1 parent 35da303 commit 13c4064

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)