AS2 is one of the methods of sending EDI data via the Internet. AS2 lets you encrypt and sign data using certificates to guarantee secure data exchange.
The following Azure resources are …
EDIFACT messages can be processed in a Logic App, either decoding incoming messages or encoding outbound ones. To configure EDIFACT message encoding and decoding, a number of steps must be …
If you are used to using Logic Apps, you are sure to be familiar with the functionality used to resubmit a given run. This feature can prove extremely useful, whether during development, or in a …
One of the first things to do when creating a Logic App is to choose the trigger type. This means selecting how the Logic App is kicked off.
If the trigger is an HTTP trigger, the Logic App is …
The source schema comes from an SQL database. It comprises a single repeatable Order record, containing all the fields.
The destination schema comprises a number of records which are embedded.
Our …
The following shows two methods that can be used to debatch an XML message in a Logic App. The first consists in making an XPath query in a For each. The second, which also needs an XPath query, is …