apim-cli icon indicating copy to clipboard operation
apim-cli copied to clipboard

Importing SOAP API with different endpoints (for import and for runtime calls)

Open gcornacchia opened this issue 1 year ago • 0 comments

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?

gcornacchia avatar Oct 01 '24 13:10 gcornacchia