-
Notifications
You must be signed in to change notification settings - Fork 45
Open
wso2/carbon-apimgt
#13572Labels
Description
Description
Observing the following error response when invoking the Dev Portal REST API /wsdl endpoint to retrieve the API WSDL definition [1].
{
"code": 900504,
"message": "Invalid Gateway Environment",
"description": "Gateway Environment with name '{Default=org.wso2.carbon.apimgt.api.model.Environment@...}' not found"
}
Steps to Reproduce
- Publish an API.
- Invoke below Devportal REST API with above published API id to retrieve the WSDL definition of the API.
curl "https://localhost:9443/api/am/devportal/v3/apis/298fb1ae-ac9b-***-f5a29cbf6317/wsdl" -H "Authorization: Basic YWR***W4=" -kv
- Below error can be observed.
{
"code": 900504,
"message": "Invalid Gateway Environment",
"description": "Gateway Environment with name '{Default=org.wso2.carbon.apimgt.api.model.Environment@10e94ba5}' not found",
"moreInfo": "",
"error": []
}
Version
APIM 4.6.0.8
Environment Details (with versions)
No response
Reactions are currently unavailable