Skip to content

Commit 6d87fbf

Browse files
Merge pull request #311660 from ecfan/validate-xml
[Azure Logic Apps] Validate XML doc - Update links
2 parents 863a074 + bc9275d commit 6d87fbf

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

articles/logic-apps/logic-apps-enterprise-integration-xml-validation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ author: divyaswarnkar
77
ms.author: divswa
88
ms.reviewers: estfan, azla
99
ms.topic: how-to
10-
ms.date: 12/09/2025
11-
#Customer intent: As an integration developer who works with Azure Logic Apps, I want to validate XML using schemas before trading partners process messages in B2B workflows.
10+
ms.date: 02/11/2026
11+
#Customer intent: As an integration developer who works with Azure Logic Apps, I want to validate XML by using schemas before trading partners process messages in B2B workflows.
1212
---
1313

1414
# Validate XML using schemas in B2B workflows with Azure Logic Apps
@@ -25,7 +25,7 @@ This guide shows how your logic app workflow can validate XML messages and docum
2525

2626
- The logic app resource and workflow where you want to validate XML.
2727

28-
Your workflow must start with a trigger, but you can use any trigger that works for your scenario. For more information, see these [general steps](create-workflow-with-trigger-or-action.md#add-trigger) to add any trigger you want.
28+
Your workflow must start with a trigger, but you can use any trigger that works for your scenario. For more information, see these [general steps](add-trigger-action-workflow.md#add-trigger) to add any trigger you want.
2929

3030
The examples in this guide use the [**Request** trigger named **When an HTTP request is received**](../connectors/connectors-native-reqres.md), which waits until an external caller sends a request to the trigger. Alternatively, you can use the [**Schedule** trigger named **Recurrence**](../connectors/connectors-native-recurrence.md).
3131

@@ -47,7 +47,7 @@ This guide shows how your logic app workflow can validate XML messages and docum
4747

4848
1. In the [Azure portal](https://portal.azure.com), open the logic app resource. Open your workflow in the designer.
4949

50-
1. On the designer, follow these [general steps](create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to add the **XML Operations** action with the name that matches your workflow type:
50+
1. On the designer, follow these [general steps](add-trigger-action-workflow.md?tabs=standard#add-action) to add the **XML Operations** action with the name that matches your workflow type:
5151

5252
| Workflow | Action name |
5353
|----------|-------------|
@@ -85,7 +85,7 @@ This guide shows how your logic app workflow can validate XML messages and docum
8585

8686
1. From the **Schema name** list, select the schema.
8787

88-
1. When you're done, save your workflow.
88+
1. Save your workflow.
8989

9090
You're now finished with setting up your validate XML action. In a real world app, you might want to store the validated data in a line-of-business (LOB) app such as SalesForce. To send the validated output to Salesforce, add a **Salesforce** action.
9191

@@ -97,7 +97,7 @@ Confirm that the workflow works the way that you expect.
9797

9898
1. From the **HTTP URL** property, copy and save the endpoint URL for the trigger.
9999

100-
1. On the designer toolbar, select **Run** > **Run**.
100+
1. On the designer toolbar, from the **Run** menu, select **Run**.
101101

102102
1. To fire the **Request** trigger, use your preferred HTTP request tool to send a request with the XML content to the trigger's endpoint URL.
103103

0 commit comments

Comments
 (0)