From 13c4064fa9ef19bf2e6e1d31f48f76ed35f0e54c Mon Sep 17 00:00:00 2001 From: Cosmic Mac Date: Fri, 19 Jun 2020 18:38:37 +0200 Subject: [PATCH] Change wrong attribute value in WSDL example xmlns:tns="urn:arnleadservicewsdl" must be replaced by xmlns:tns="urn:helloservicewsdl" (see targetNamespace) --- controller/soap_web_service.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/soap_web_service.rst b/controller/soap_web_service.rst index a4447c46a5e..4bbda5f2db6 100644 --- a/controller/soap_web_service.rst +++ b/controller/soap_web_service.rst @@ -112,7 +112,7 @@ An example WSDL is below. xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" - xmlns:tns="urn:arnleadservicewsdl" + xmlns:tns="urn:helloservicewsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/"