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
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-enterprise-integration-as2.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.author: divswa
8
8
ms.reviewers: estfan, azla
9
9
ms.topic: how-to
10
10
ms.custom: sfi-image-nochange
11
-
ms.date: 10/20/2025
11
+
ms.date: 10/21/2025
12
12
#Customer intent: As an integration developer who works with Azure Logic Apps, I want to exchange AS2 messages between trading partners in B2B workflows.
13
13
---
14
14
@@ -91,7 +91,7 @@ To encode messages with the AS2 (v2) connector, follow these steps:
91
91
92
92
| Parameter | Required | Description |
93
93
|-----------|----------|-------------|
94
-
|**Message to encode**| Yes | The message payload to encode, for example, the **Body** output from the Request trigger. <br><br>1. Select inside the **Message to encode** box, then select the lightning icon to open the dynamic content list. <br>2. Next to the section name **When a HTTP request is received**, select **See more**. <br>3. From the list, select **Body**. |
94
+
|**Message to encode**| Yes | The message payload to encode, for example, the **Body** output from the Request trigger. <br><br>1. Select inside the **Message to encode** box, then select the lightning icon to open the dynamic content list. <br>2. Next to the section name **When an HTTP request is received**, select **See more**. <br>3. From the list, select **Body**. |
95
95
|**AS2 from**| Yes | The business identifier for the message sender as specified by your AS2 agreement, for example, **Fabrikam**. |
96
96
|**AS2 to**| Yes | The business identifier for the message receiver as specified by your AS2 agreement, for example, **Contoso**. |
97
97
@@ -127,7 +127,7 @@ To encode messages with the AS2 connector, follow these steps:
127
127
|-----------|----------|-------------|
128
128
|**AS2-From**| Yes | The business identifier for the message sender as specified by your AS2 agreement, for example, **Fabrikam**. |
129
129
|**AS2-To**| Yes | The business identifier for the message receiver as specified by your AS2 agreement, for example, **Contoso**. |
130
-
|**body**| Yes | The message payload to encode, for example, the **Body** output from the Request trigger. <br><br>1. Select inside the **body** box, then select the lightning icon to open the dynamic content list. <br>2. Next to the section name **When a HTTP request is received**, select **See more**. <br>3. From the list, select **Body**. |
130
+
|**body**| Yes | The message payload to encode, for example, the **Body** output from the Request trigger. <br><br>1. Select inside the **body** box, then select the lightning icon to open the dynamic content list. <br>2. Next to the section name **When an HTTP request is received**, select **See more**. <br>3. From the list, select **Body**. |
131
131
132
132
:::image type="content" source="./media/logic-apps-enterprise-integration-as2/encode-message-details.png" alt-text="Screenshot shows the Encode to AS2 message action with the message encoding properties." lightbox="./media/logic-apps-enterprise-integration-as2/encode-message-details.png":::
133
133
@@ -149,7 +149,7 @@ To decode messages with the AS2 (v2) connector, follow these steps:
149
149
150
150
| Parameter | Required | Description |
151
151
|-----------|----------|-------------|
152
-
|**Message to decode**| Yes | The message payload to decode, for example, the **Body** output from the Request trigger. <br><br>1. Select inside the **Message to decode** box, then select the lightning icon to open the dynamic content list. <br>2. Next to the section name **When a HTTP request is received**, select **See more**. <br>3. From the list, select **Body**. |
152
+
|**Message to decode**| Yes | The message payload to decode, for example, the **Body** output from the Request trigger. <br><br>1. Select inside the **Message to decode** box, then select the lightning icon to open the dynamic content list. <br>2. Next to the section name **When an HTTP request is received**, select **See more**. <br>3. From the list, select **Body**. |
153
153
|**Message headers**| Yes | The headers for the message to decode, for example, the **Headers** output from the Request trigger. <br><br>1. Select inside the **Message headers** box, then select the function icon to open the expression editor. <br>2. In the editor box, enter the following expression: <br><br>`triggerOutputs()?['headers']` <br><br>3. When you're done, select **Add**. |
154
154
155
155
For example:
@@ -182,7 +182,7 @@ To decode messages with the AS2 connector, follow these steps:
182
182
183
183
| Parameter | Required | Description |
184
184
|-----------|----------|-------------|
185
-
|**body**| Yes | The message payload, for example, the **Body** output from the Request trigger. <br><br>1. Select inside the **body** box, then select the lightning icon to open the dynamic content list. <br>2. Next to the section name **When a HTTP request is received**, select **See more**. <br>3. From the list, select **Body**. |
185
+
|**body**| Yes | The message payload, for example, the **Body** output from the Request trigger. <br><br>1. Select inside the **body** box, then select the lightning icon to open the dynamic content list. <br>2. Next to the section name **When an HTTP request is received**, select **See more**. <br>3. From the list, select **Body**. |
186
186
|**Headers**| Yes | The headers for the message to decode, for example, the **Headers** output from the Request trigger. <br><br>1. Select inside the **Headers** box, then select the function icon to open the expression editor. <br><br>2. In the editor box, enter the following expression: <br><br>`triggerOutputs()?['headers']` <br><br>3. When you're done, select **Add**. |
0 commit comments