I'm attempting to import a wsdl into Azure APIM and getting an error that the wsdl file can't be parsed, and therefore I don't have a complete list of operations in APIM. If I attempt to import via app service (SOAP APIs) I don't receive an error but the list provided is also not a complete list of operations. When I upload the file I do receive a complete list of operations (without error) but then I am not provided any input parameters when attempting to test in the testing tab of APIM in the portal. Importing the wsdl via a file appears to be most successful option of the 3 but still returns an error. I've imported wsdl before and I don't recall running into this issue. Any idea why this is happening?
FYI... I can use the SOAPUI to test the SOAP api directly without using APIM.