You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -120,7 +120,11 @@ To define a wildcard SOAP action:
120
120
1. In the portal, select the API you created in the previous step.
121
121
1. In the **Design** tab, select **+ Add Operation**.
122
122
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.
0 commit comments