---
title: "Returns API definition from WSDL"
method: POST
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/extractApiDefinitionFromWsdl"
tags: ["Custom APIs"]
---

# Returns API definition from WSDL

`POST /subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/extractApiDefinitionFromWsdl`

Parses the specified WSDL and extracts the API definition

## Path parameters

- `subscriptionId` string, required
- `location` string, required

## Query parameters

- `api-version` string, required

## Request body

- WsdlDefinition — The WSDL definition
  - `url` string — The WSDL URL
  - `content` string — The WSDL content
  - `service` WsdlService — The service with name and endpoint names
    - `qualifiedName` string, required — The service's qualified name
    - `endpointQualifiedNames` string[] — List of the endpoints' qualified names
  - `importMethod` 'NotSpecified' | 'SoapToRest' | 'SoapPassThrough' — The WSDL import method

## Response `200`

Swagger of the API extracted from the WSDL

- unknown

---

[API](https://skmtc.net/azure/apis/logicappsmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/logicappsmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/logicappsmanagementclient/revisions/7fd8c96d6654/schema)
