Blog
 

with the following simple functions it is possible to execute an XPath query from an external class in order to have more control over the execution of the same query. This way you can replace the xpath (msg, "<query xpath") statement within orchestration.

COVID19

15.04.2020

we are a small association of volunteers and we are raising funds to organize supplies to the hospitals in Italy. If you want help us

COVID-19

30.03.2020

we are a small association of volunteers

La settimana scorsa ho avuto modo di assistere il mio cliente per un annoso problema. Per potere meglio comprendere il problema a cui si è trovato di fronte il mio cliente è necessario che io spenda qualche parola per descrivere lo scenario. Il cliente presso cui lavoro da circa 6 mesi ha una importante piattaforma d'integrazione basata su Biztalk...

BizTalk 2020

18.01.2020

Feature Description
Support for newer platforms BizTalk Server 2020 adds support for the following Microsoft platforms:
- Visual Studio 2019
- Windows Server 2019, Windows Server 2016, Windows 10
- SQL Server 2019, SQL Server 2017, SQL Server 2016 SP2
- Office 2019, Office 2016
Hardware and Software Requirements for BizTalk Server 2020

BizTalk Server is a message-based system; it is both data agnostic and transport agnostic, meaning that it can connect to a wide range of different transport protocols and systems and process a wide variety of different data formats.

You ever find that newsgroup post on a technical subject that absolutely saves the day? One of my projects has an orchestration that calls a web service. I call this service in a "loop" because if a call fails (for "business" or "technical" reasons), it may need to retried. So, until I set a "ProcessComplete" flag, the loop continues.