BizTalk Pipeline to Fix promotion: AS2ToInternal vs AS2To
Pipeline to fix the odd promotion of AS2To. See StackOverflow – Why field is promoted as AS2ToInternal instead of AS2To This C# pipeline code checks for that issues and fixes it by promoting the proper field. I never found out why it was happening and why it needed to be fixed. <pre> using System; using […]