For importing WSDL, follow the steps:
- Select APIs under the API MANAGEMENT section as shown below:
- In the Add a new API section, select WSDL:
- In the WSDL specification, enter the URL to where your SOAP API resides. Azure APIM automatically lists the service endpoints in the interface selection dropdown. We will have to select http://shipanywhereproducts.azurewebsites.net/ProductService.svc?wsdl for WSDL specification and ProductService as Interface:
- In the import method, select the SOAP to REST radio button. When this ...