Closed saper closed 2 years ago
Hi @saper,
My changes were breaking API import on version Feb 2022 and below. I have rolled back the changes and tested it, it is working now.
Please test and let me know if you see any issues.
Thank you, this is fixed as of 7c87e7331be48d40e7c48871a8312393285e8a4c
Nitpick: I have noticed that https://github.com/Axway-API-Management-Plus/apim-cli/compare/5d306764...develop introduced some strange while space changes (some tabs, CR LF at the end) that are not visible on Github - just with git diff 7c87e733..5d306764
if you care.
APIM-CLI version
1.12.4-SNAPSHOT 5d30676416873d0f28ba4656c5bc9020542888c9
API-Management version
7.7.20211130
Bug description
Trying to import WSDL API from https://almdemo.polarion.com/polarion/ws/services/SessionWebService?wsdl
A copy of WSDL is stored on a local HTTP server due to firewall restrictions.
Judging from CLI logs, backend API is created fine, but frontend API cannot be created.
It works if trying to import this WSDL from the API manager GUI.
Steps to reproduce
api-config.json:
Command:
Relevant log output