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
:::image type="content" source="./media/restify-soap-api/wsdl-api.png" alt-text="Screenshot that shows the WSDL tile in the Azure portal.":::
41
+
41
42
1. In **WSDL specification**, enter the URL to your SOAP API, or select **Select a file** to select a local WSDL file.
42
43
1. In **Import method**, select **SOAP to REST**.
43
44
When this option is selected, API Management attempts to make an automatic transformation between XML and JSON. In this case, consumers should call the API as a RESTful API, which returns JSON. API Management converts each request to a SOAP call.
44
45
45
-

46
+
:::image type="content" source="./media/restify-soap-api/soap-to-rest.png" alt-text="Screenshot that shows the SOAP to REST option. lightbox="./media/restify-soap-api/soap-to-rest.png":::
47
+
48
+
1. The following fields are filled automatically with information from the SOAP API: **Display name**, **Name**, **Description**. Operations are filled automatically with **Display name**, **URL**, and **Description** and receive a system-generated **Name**.
49
+
1. Enter other API settings. You can set the values when you create the API or configure them later by going to the **Settings** tab.
46
50
47
-
1. The following fields are filled automatically with information from the SOAP API: **Display name**, **Name**, **Description**. Operations are filled automatically with **Display name**, **URL**, and **Description**, and receive a system-generated **Name**.
48
-
1. Enter other API settings. You can set the values during creation or configure them later by going to the **Settings** tab.
51
+
For more information about API settings, see [Import and publish your first API](import-and-publish.md#import-and-publish-a-backend-api).
49
52
50
-
For more information about API settings, see [Import and publish your first API](import-and-publish.md#import-and-publish-a-backend-api) tutorial.
51
53
1. Select **Create**.
52
54
53
55
## Test the new API in the Azure portal
54
56
55
-
Operations can be called directly from the Azure portal, which provides a convenient way to view and test the operations of an API.
57
+
You can call operations directly from the Azure portal. This method provides a convenient way to view and test the operations of an API.
56
58
57
59
1. Select the API you created in the previous step.
58
60
2. Select the **Test** tab.
59
61
3. Select an operation.
60
62
61
-
The page shows fields for query parameters and fields for the headers. One of the headers is **Ocp-Apim-Subscription-Key**, for the subscription key of the product that is associated with this API. If you created the API Management instance, you're an admin already, so the key is filled in automatically.
62
-
1. Press **Send**.
63
+
The page shows fields for query parameters and fields for the headers. One of the headers is **Ocp-Apim-Subscription-Key**. This header is for the subscription key of the product that's associated with this API. If you created the API Management instance, you're an admin already, so the key is filled in automatically.
64
+
65
+
1. Select **Send**.
63
66
64
-
When the test is successful, the backend responds with **200 OK** and some data.
67
+
When the test is successful, the back end responds with **200 OK** and some data.
Copy file name to clipboardExpand all lines: includes/api-management-append-apis.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,38 +2,40 @@
2
2
author: vladvino
3
3
ms.service: azure-api-management
4
4
ms.topic: include
5
-
ms.date: 04/16/2021
5
+
ms.date: 03/27/2025
6
6
ms.author: vlvinogr
7
7
---
8
8
## Append other APIs
9
9
10
-
You can compose an API of APIs exposed by different services, including:
10
+
You can compose an API out of APIs that are exposed by different services, including:
11
+
11
12
* An OpenAPI specification
12
13
* A SOAP API
13
14
* A GraphQL API
14
-
* A Web App hosted in Azure App Service
15
-
* Azure Function App
15
+
* A Web App that's hosted in Azure App Service
16
+
* Azure Functions
16
17
* Azure Logic Apps
17
18
* Azure Service Fabric
18
19
19
-
Append a different API to your existing API using the following steps.
20
+
To append an API to an existing API:
20
21
21
22
>[!NOTE]
22
-
> When you import another API, the operations are appended to your current API.
23
+
> When you import an API, the operations are appended to your current API.
23
24
24
-
1. Go to your Azure API Management instance in the Azure portal.
25
+
1. Go to your Azure API Management instance in the Azure portal:
25
26
26
-
:::image type="content" source="./media/api-management-append-apis/service-page-1.png" alt-text="Screenshot of navigating to API Management instance in the portal.":::
27
+
:::image type="content" source="./media/api-management-append-apis/service-page-1.png" alt-text="Screenshot that shows the API Management services page." lightbox="./media/api-management-append-apis/service-page-1.png":::
27
28
28
29
1. Select **APIs** on the **Overview** page or from the menu on the left.
29
30
30
-
:::image type="content" source="./media/api-management-append-apis/api-select-1.png" alt-text="Screenshot of selecting APIs on Overview page in the portal.":::
31
+
:::image type="content" source="./media/api-management-append-apis/api-select-1.png" alt-text="Screenshot that shows the APIs selection on the Overview page. lightbox="./media/api-management-append-apis/api-select-1.png":::
32
+
33
+
1. Select the ellipsis (**...**) next to the API that you want to append another API to.
31
34
32
-
1. Click **...** next to the API that you want to append another API to.
:::image type="content" source="./media/api-management-append-apis/append-02.png" alt-text="Screenshot that shows the Import command." lightbox="./media/api-management-append-apis/append-02.png":::
36
38
37
-
1. Select a service from which to import an API.
39
+
1. Select a service from which to import an API:
38
40
39
-
:::image type="content" source="./media/api-management-append-apis/select-to-import.png" alt-text="Screenshot of selecting a service in the portal.":::
41
+
:::image type="content" source="./media/api-management-append-apis/select-to-import.png" alt-text="Screenshot that shows services from which to import an API.":::
0 commit comments