Skip to content

Commit 3e242e9

Browse files
committed
edits
1 parent 29ef83d commit 3e242e9

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

articles/api-management/restify-soap-api.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Import SOAP API to Azure API Management and convert to REST using the portal | Microsoft Docs
3-
description: Learn how to import a SOAP API to Azure API Management as a WSDL specification and convert it to a REST API. Then, test the API in the Azure portal.
2+
title: Import a SOAP API to Azure API Management and convert it to REST using the portal | Microsoft Docs
3+
description: Learn how to import a SOAP API to Azure API Management as a WSDL specification and convert it to a REST API. Then test the API in the Azure portal.
44
services: api-management
55
author: dlepow
66
ms.custom: devdivchpfy22
@@ -9,30 +9,32 @@ ms.topic: how-to
99
ms.date: 03/27/2025
1010
ms.author: danlep
1111

12+
#customer intent: As a developer, I want to import a SOAP API to API Management and convert it to REST.
13+
1214
---
13-
# Import SOAP API to API Management and convert to REST
15+
# Import a SOAP API to API Management and convert it to REST
1416

1517
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
1618

17-
This article shows how to import a SOAP API as a WSDL specification and then convert it to a REST API. The article also shows how to test the API in API Management.
19+
This article shows how to import a SOAP API as a WSDL specification and then convert it to a REST API. It also shows how to test the API in Azure API Management.
1820

1921
In this article, you learn how to:
2022

2123
> [!div class="checklist"]
22-
> * Import a SOAP API and convert to REST
24+
> * Import a SOAP API and convert it to REST
2325
> * Test the API in the Azure portal
2426
2527
[!INCLUDE [api-management-wsdl-import](../../includes/api-management-wsdl-import.md)]
2628

2729
## Prerequisites
2830

29-
Complete the following quickstart: [Create an Azure API Management instance](get-started-create-service-instance.md)
31+
- Complete the quickstart [Create an Azure API Management instance](get-started-create-service-instance.md).
3032

3133
[!INCLUDE [api-management-navigate-to-instance.md](../../includes/api-management-navigate-to-instance.md)]
3234

3335
## <a name="create-api"> </a>Import and publish a back-end API
3436

35-
1. From the left menu, under the **APIs** section, select **APIs** > **+ Add API**.
37+
1. In the left pane, in the **APIs** section, select **APIs** > **+ Add API**.
3638
1. Under **Create from definition**, select **WSDL**.
3739

3840
![SOAP API](./media/restify-soap-api/wsdl-api.png)

includes/api-management-navigate-to-instance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
author: dlepow
33
ms.service: azure-api-management
44
ms.topic: include
5-
ms.date: 04/16/2021
5+
ms.date: 03/27/2025
66
ms.author: danlep
77
---
88
## Go to your API Management instance
99

1010
1. In the Azure [portal](https://portal.azure.com), search for and select **API Management services**.
1111

12-
:::image type="content" source="media/api-management-navigate-to-instance/view-apim-1.png" alt-text="Select API Management services":::
12+
:::image type="content" source="media/api-management-navigate-to-instance/view-apim-1.png" alt-text="Screenshot that shows API Management services in the search results." lightbox="media/api-management-navigate-to-instance/view-apim-1.png":::
1313

1414
1. On the **API Management services** page, select your API Management instance.
1515

16-
:::image type="content" source="media/api-management-navigate-to-instance/view-apim-new.png" alt-text="Select your API Management instance":::
16+
:::image type="content" source="media/api-management-navigate-to-instance/view-apim-new.png" alt-text="Screenshot that shows an API Management instance on the API Management services page." lightbox="media/api-management-navigate-to-instance/view-apim-new.png":::

0 commit comments

Comments
 (0)