Friday Fact: You can debatch XML messages with Logic Apps
You can debatch XML content in Logic Apps similarly to how you handle JSON inputs This guide will walk you through the process using a sample XML structure
Friday Fact: It is possible to create an XML first-class experience inside Logic Apps.
By default, Logic Apps provides a good first-class experience for JSON, that means when we receive a JSON message, we can tokenize the elements by using a
Logic App Best Practices, Tips, and Tricks: #42 How to convert JSON into XML inside Logic Apps
Welcome again to another Logic Apps Best Practices, Tips, and Tricks In my previous blog posts, I discussed a basic trick for developers that was to
Logic App Best Practices, Tips, and Tricks: #41 How to convert XML into JSON inside Logic Apps
Welcome again to another Logic Apps Best Practices, Tips, and Tricks In my previous blog posts, I discussed one good trick for administrators Today we
Remove XML Empty Nodes Pipeline Component
Another day, another BizTalk Server Pipeline Component! Today, I decided to release a brand new component called the Remove XML Empty Nodes Pipeline
Friday Fact: XML to JSON Conversion in API Management and Logic Apps have different behaviors
I don't know the reason why two products from the same family - Azure Integration Services - have completely different behaviors while converting XML to JSON,
Azure Function to Apply XML Validation (Advanced)
After the release of our previous XML Validation Functions: Azure Function to Apply XML Validation (Basic) Azure Function to Apply XML Validation
Azure Function to Apply XML Validation (Intermedium)
After the release of our Azure Function to Apply XML Validation (Basic), it is now time for another Azure Function under the same context: an Azure Function
Azure Function to Apply XML Validation (Basic)
After the release of our two previous Azure Functions that will help us minimize or completely remove the need for an Integration Account: Azure Function
Azure Function to Apply XSLT Transformations
Another Azure Function Can we accomplish the same with default capabilities inside Logic Apps or Azure API Management These may be, once again, the questions