Our blog
Offering
our
perspective
Filter by :
Send AS2 message with Logic app
Logic Apps
11/08/2021

Send AS2 message with Logic app

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 …
encoder_decoder_edifact
Azure
11/03/2021

Encoding and decoding EDIFACT messages in a Logic App

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 …
business-4271251_640
Azure
04/08/2020

Azure Logic App: is it worth moving from a linear pattern to a star pattern?

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 …
cyber security
Azure
15/06/2020

Adding security to an HTTP trigger in a Logic App

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 …
group-balloon-color-bottle-colorful-toy-1344509-pxhere.com
BizTalk
04/05/2020

How to do a GroupBy with xslt 1.0

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 …
Debatching
Azure
15/03/2020

Debatching XML message in Logic App

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 …