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-rosettanet.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,8 @@ The RosettaNet connector is available only for Consumption logic app workflows.
58
58
59
59
| Logic app | Environment | Connector version |
60
60
|-----------|-------------|-------------------|
61
-
|**Consumption**| Multi-tenant Azure Logic Apps |**RosettaNet**managed connector (Standard class). The **RosettaNet** connector provides only actions, but you can use any trigger that works for your scenario. For more information, review the following documentation: <br><br>- [RosettaNet managed connector operations](#rosettanet-operations) <br>- [B2B protocol limits for message sizes](logic-apps-limits-and-config.md#b2b-protocol-limits) <br>- [Managed connectors in Azure Logic Apps](../connectors/managed.md)|
62
-
|**Consumption**| Integration service environment (ISE) |**RosettaNet**managed connector (CORE class). The **RosettaNet** connector provides only actions, but you can use any trigger that works for your scenario. For more information, review the following documentation: <br><br>- [RosettaNet managed connector operations](#rosettanet-operations) <br>- [ISE message limits](logic-apps-limits-and-config.md#message-size-limits) <br>- [Managed connectors in Azure Logic Apps](../connectors/managed.md)|
61
+
|**Consumption**| Multi-tenant Azure Logic Apps |Managed connector, which appears in the designer under the **Standard**label. The **RosettaNet** connector provides only actions, but you can use any trigger that works for your scenario. For more information, review the following documentation: <br><br>- [RosettaNet connector operations](#rosettanet-operations) <br>- [B2B protocol limits for message sizes](logic-apps-limits-and-config.md#b2b-protocol-limits) <br>- [Managed connectors in Azure Logic Apps](../connectors/managed.md)|
62
+
|**Consumption**| Integration service environment (ISE) |Built-in connector, which appears in the designer with the **CORE**label. The **RosettaNet** connector provides only actions, but you can use any trigger that works for your scenario. For more information, review the following documentation: <br><br>- [RosettaNet connector operations](#rosettanet-operations) <br>- [ISE message limits](logic-apps-limits-and-config.md#message-size-limits) <br>- [Managed connectors in Azure Logic Apps](../connectors/managed.md)|
63
63
64
64
<aname="rosettanet-operations"></a>
65
65
@@ -69,9 +69,9 @@ The **RosettaNet** connector has no triggers. The following table describes the
|[**RosettaNet wait for response** action](#send-or-encode-rosettanet-messages)||
72
+
|[**RosettaNet Encode** action](#send-encode-rosettanet)| Send RosettaNet messages using encoding that follows RosettaNet standards.|
73
+
|[**RosettaNet Decode** action](#receive-decode-rosettanet)| Receive RosettaNet messages using decoding that follows RosettaNet standards.|
74
+
|[**RosettaNet wait for response** action](#send-encode-rosettanet)| Have the host wait for a RosettaNet response or signal message from the receiver.|
75
75
76
76
## Prerequisites
77
77
@@ -124,6 +124,8 @@ To send or receive RosettaNet messages, your integration account requires a PIP
124
124
125
125
1. Confirm that the settings correspond to the values in the appropriate PIP specification and meet your business needs. If necessary, update the values in JSON and save those changes.
126
126
127
+
<aname="create-rosettanet-agreement"></a>
128
+
127
129
## Create RosettaNet agreement
128
130
129
131
1. In the [Azure portal](https://portal.azure.com), go to your integration account.
@@ -195,6 +197,8 @@ To send or receive RosettaNet messages, your integration account requires a PIP
195
197
196
198
After you complete these steps, you're ready to send or receive RosettaNet messages.
197
199
200
+
<aname="receive-decode-rosettanet"></a>
201
+
198
202
## Receive or decode RosettaNet messages
199
203
200
204
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app workflow in the designer.
@@ -221,6 +225,8 @@ After you complete these steps, you're ready to send or receive RosettaNet messa
221
225
222
226
The output of the RosettaNet Decode action includes **Outbound signal**. You can encode this output and return it to the partner, or you can take any other action on this output.
223
227
228
+
<aname="send-encode-rosettanet"></a>
229
+
224
230
## Send or encode RosettaNet messages
225
231
226
232
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app workflow in the designer.
@@ -276,4 +282,4 @@ To accelerate development and recommend integration patterns, you can use Consum
276
282
277
283
*[Managed connector reference for Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
278
284
*[About managed connectors in Azure Logic Apps](../connectors/managed.md)
279
-
*[About built-in connectors for Azure Logic Apps](../connectors/built-in.md)
285
+
*[About built-in connectors for Azure Logic Apps](../connectors/built-in.md)
0 commit comments