i have a legacy xml over https service. Can i use azure apim to route and manage calls to this service.
i have a legacy xml over https service. Can i use azure apim to route and manage calls to this service.
@Vijilesh You can import API using openAPI, WADL, WSDL and from some of the azure resources in APIM. I believe legacy XML means here the SOAP service which uses the XML i.e. WSDL.
If in case your service suported any of the import from the above defination then you can use APIM to call your backend services.
You can review the API import restrictions and known issues document before you start integrating your backend service.
For the import SOAP API you can refer to this.
4 people are following this question.