Search code examples
wso2wso2-api-managerapi-gatewayaxis2c

How to disable showing default Axis2 services (https://localhost:8243/services/Version?wsdl) in WSO2 API manager 3.2.0?


I already disabled service listing Axis2 services that are deployed in the WSO2 API Manager by adding the following configuration to the deployment.toml of the WSO2 APIM Pack:

[n_http]
'http.block_service_list'=true

but I also want to block access and disable showing all deployed services too like Version?wsdl , echo, and other default services through gateway.

How can I achieve this?


Solution

  • Remove all the Axis2 services (.aar files) from the directory <APIM_HOME>/repository/deployment/server/axis2services