Hiding Available APIs
In some cases, on-premises customers may want to hide supported SOAP operations when accessing the Clientservices.asmx file.
To do so:
- Locate the Web.config file on the machine where your access point is
located.
Typically, this file is located here:
C:\Inetpub\Wwwroot\Esmweb\ExpressSoftwaremanagerAP\Web.config - Add the following lines after the "trace enabled" line:
<webServices><protocols><remove name="Documentation" /></protocols> </webServices>