Skip to content

Commit 1fa06bf

Browse files
committed
minor #13870 Change wrong attribute value in WSDL example (CosmicMac)
This PR was merged into the 3.4 branch. Discussion ---------- Change wrong attribute value in WSDL example xmlns:tns="urn:arnleadservicewsdl" must be replaced by xmlns:tns="urn:helloservicewsdl" (see targetNamespace) <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 13c4064 Change wrong attribute value in WSDL example
2 parents 35da303 + 13c4064 commit 1fa06bf

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)