Unable to set 'WSDL Download service' on port for container gateway
search cancel

Unable to set 'WSDL Download service' on port for container gateway

book

Article ID: 401457

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

We need to set only the ‘WSDL Download service’ setting on the frontend listening port for container gateways,

but we have been unable to accomplish this via the Helm charts values.yaml settings.

Currently we can only set this via Policy Manager,

Resolution

Use the following value for enabling the WSDL download service "WSDL download service" in the yaml file  

    - name: New listen port
        port: 9444
        enabled: true
        protocol: HTTPS
        managementFeatures:
        - WSDL download service
        properties: []