How to disable features in the web service
By default, the web service exposes the list of methods that are available in the web service. In fact, just typing the web service URL in the browser will display all the methods that are exposed.
You can hide this information by adding the remove Documentation section as shown below:
In addition, several web methods can be disabled from the web.config file. Here are some of the settings that control which method is enabled:
enableCreateActivationKey
enableUploadProducts
enableCreateOrder
enableGetActivationKey
enableGetLatestVersionHttp
enableUpgradeLicense
enableUploadAffiliates
enableUploadECommerceProviders
Note that all these settings can now be configured from the QLM Management Console as described in this article.
PreviousHow can I use more than 32 features with QLM Pro?NextHow to parse data returned by GetDataSet or GetDataSetEx
Last updated