apim-cli
apim-cli copied to clipboard
Importing SOAP API with different endpoints (for import and for runtime calls)
APIM-CLI version
1.14.2
API-Management version
7.7.20211130
Question
is it possible to import a soap frontend API and differentiate:
- the URL provided for wsdl import
- the URL to reach at API calls ?
I've tried using:
{ "organization": "MyOrg", "apiDefinition": "http://myHost1:8105/import/myservice?wsdl", "backendBasepath": "http://myHost2:7349/runtime/myservice", ....
But in API Manager I saw that Backend service URL is always equals to "apiDefinition" field and backendBasePath is ignored.
Is there a way to achieve my goal?