Skip to content

Commit db94730

Browse files
committed
edits
1 parent 4ab258e commit db94730

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ In this article, you learn how to:
4040

4141
:::image type="content" source="./media/restify-soap-api/wsdl-api.png" alt-text="Screenshot that shows the WSDL tile in the Azure portal.":::
4242

43-
1. In **WSDL specification**, enter the URL to your SOAP API, or select **Select a file** to select a local WSDL file.
44-
1. In **Import method**, select **SOAP to REST**.
43+
1. In **WSDL specification**, enter the URL to your SOAP API, or click **Select a file** to select a local WSDL file.
44+
1. Under **Import method**, select **SOAP to REST**.
4545
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.
4646

4747
:::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":::

includes/api-management-append-apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ You can compose an API out of APIs that are exposed by different services, inclu
1717
* Azure Logic Apps
1818
* Azure Service Fabric
1919

20-
To append an API to an existing API:
21-
2220
>[!NOTE]
2321
> When you import an API, the operations are appended to your current API.
2422
23+
To append an API to an existing API:
24+
2525
1. Go to your Azure API Management instance in the Azure portal:
2626

2727
:::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":::

includes/api-management-define-api-topics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: danlep
1212
* [API import limitations](../articles/api-management/api-management-api-import-restrictions.md)
1313
* [Import an OpenAPI specification](../articles/api-management/import-api-from-oas.md)
1414
* [Import a SOAP API](../articles/api-management/import-soap-api.md)
15-
* [Import a SOAP API and convert to REST](../articles/api-management/restify-soap-api.md)
15+
* [Import a SOAP API and convert it to REST](../articles/api-management/restify-soap-api.md)
1616
* [Import an App Service API](../articles/api-management/import-app-service-as-api.md)
1717
* [Import a Container App API](../articles/api-management/import-container-app-with-oas.md)
1818
* [Import a WebSocket API](../articles/api-management/websocket-api.md)

0 commit comments

Comments
 (0)