BizTalk developers have often felt the need to unit test any dotnet components called from within an orchestration. However, messages passed to dotnet components are of type XLANGMessage and this class is an abstract class, therefore rendered useless when it comes to initialising these types in your unit tests. The way around this is to […]
Blog Post by: DipeshA