The ‘Xslt’ action failed due to incompatible map
This blog tells you about what do if you get this error "BadRequest The 'Xslt' action failed due to incompatible map" in an Azure Logic app" This is all to do
msxsl scripting for Logic App XSLT
This is story about the limitations of msxsl scripting for XSLT Before In my last blog I found that I was unable to call an assembly from XSLT if it
Assembly call from Logic App XSLT
In my last blog I said I want use an assembly instead of a BizTalk functoid in a Logic App For this reason I show how I tried it here In the first place, I
Cross Referencing functoids – Azure Migration
How do you migrate a BizTalk solution containing Cross Referencing Value functoids to Azure This answers a question from one of my previous blogs The
Azure Integration Account XSLT – omit-xml-declaration
This blog shows that Azure XSLT maps ignore the omit-xml-declaration tag Additionally it discusses some consequences and a workaround The issue with
XSLT Call Templates – Using a Grandparent xsl:for-each from a Grandchild xsl:for each
The only examples I could find was this forum question The forum Q&A is not clear and suggested that one has to use a series of call templates with
An example of a XSLT loop: Using a BizTalk XSLT Call Template in a Scripting functoid
This post is about using a recursive XSLT Call Template to create many elements from one using an incrementing counter I found this example interesting and
BizTalk 2010 mapper–mapping to a schema that has an attribute with an identical name to an ...
One of my colleagues struck a problem trying to map to a rather nasty schema shown on the right below; The user element has an attribute of
Synchronous web services calls and Faults
In my last post I described how I improved latency between a two way WCF basic HTTP receive location and two way WCF custom SQL send location by removing the
Mapping an XML data type from a SQL stored procedure to a BizTalk schema
If you use the the WCF adapter wizard to generate the schema from the stored procedure then the XML data type is now of string type in the result set schema