Saturday, June 08, 2019

Connect to your on-premises SAP system from Azure Logic Apps (IV)

In this post, we will use a new feature of Logic Apps, Static Result, to mock output data and test your SAP scenario without call SAP. This post continues the series of SAP Connector for Azure Logic Apps.

Thursday, May 09, 2019

Connect to your on-premises SAP system from Azure Logic Apps (III)

In this post, we will invoke directly to a RFC on our on-premises SAP from our Logic App. This post continues the series of SAP Connector for Azure Logic Apps.

Wednesday, April 24, 2019

Connect to your on-premises SAP system from Azure Logic Apps (II)

In this post, we will see how to connect from an Azure Logic App to SAP and get the schemas of the different operations from SAP System. This post continues the series of SAP Connector for Azure Logic Apps.

Monday, April 22, 2019

Connect to your on-premises SAP system from Azure Logic Apps (I)

In this blog post, I will share how we can expose and consume SAP functionality with Logic Apps, with the SAP ERP Central Component (ECC) connector.

Tuesday, February 20, 2018

Playing with Persistence Points in Biztalk Orchestrations

Today I want to share how BizTalk uses the persistence points and what to expect when an orchestration is suspended and we resume it.

Friday, November 17, 2017

Logic Apps and EDI (VII). Problems developing a PRO solution

This post is about the problems that I found developing a real solution for a customer.

Friday, November 10, 2017

BizTalk Maps - Using Recursive XSLT template to simulate FOR clause

Recently, I was resolving an MSDN forum question that needs to split an input String to String destination nodes with maximum 80 length.

The problem was, how to generate N destination nodes with only one input node splitting the string in fixed length strings.