Nirodha Wickramarathna
Nirodha Wickramarathna

Reputation: 291

How to connect my API to WSO2 API manager?

Below you can my wso2 EI 6.6.0 server configuration file. enter image description here

And below the meta data configuration file content

key: "schoolApi-1.0.0"
name : "schoolApi"
displayName : "schoolApi"
description: "Sample API"
version: "1.0.0"
serviceUrl: "https://{MI_HOST}:{MI_PORT}/school"
definitionType: "OAS3"
securityType: "BASIC"
mutualSSLEnabled: false
apiId : "null"

I tried to connect my API to WSO2 API manager, But Its not showing in API Manager services. enter image description here

Can anyone help me to solve this issue.

Upvotes: 0

Views: 128

Answers (1)

Pubci
Pubci

Reputation: 4001

The service catalog feature is only available in APIM/MI v4.x versions. You cannot use EI 6.6.0 for the service catalog.

You can use EI 6.6.0 with API Manager 4.1.0 without the service catalog. You can deploy the integrations in EI and then provide the EI endpoint to the API in the API Manager.

Upvotes: 2

Related Questions