Skip to content

Commit 7d1ee4d

Browse files
authored
[APIM] Update import-soap-api.md
1 parent 06a6ed5 commit 7d1ee4d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dlepow
55
ms.service: azure-api-management
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli
77
ms.topic: how-to
8-
ms.date: 10/26/2022
8+
ms.date: 11/05/2024
99
ms.author: danlep
1010
---
1111
# Import SOAP API to API Management
@@ -120,7 +120,11 @@ To define a wildcard SOAP action:
120120
1. In the portal, select the API you created in the previous step.
121121
1. In the **Design** tab, select **+ Add Operation**.
122122
1. Enter a **Display name** for the operation.
123-
1. In the URL, select `POST` and enter `/soapAction={any}` in the resource. The template parameter inside the curly brackets is arbitrary and doesn't affect the execution.
123+
1. In the URL, select `POST` and enter `/?soapAction={any}` in the resource. The template parameter inside the curly brackets is arbitrary and doesn't affect the execution.
124+
125+
> [!NOTE]
126+
> Don't use the **OpenAPI specification** editor in the **Design** tab to modify a SOAP API.
127+
124128

125129

126130
[!INCLUDE [api-management-navigate-to-instance.md](../../includes/api-management-append-apis.md)]

0 commit comments

Comments
 (0)