If you’re developing BizTalk 2009 solutions (Orchestrations) and you’ve split your schemas out into alternative assemblies (projects) – sometimes you’ll get odd not found issues with some (if not all) of the types in those referenced assemblies. You can try everything – recompile, de-gac, re-gac, – doesn’t matter. Well there’s a hotfix for this: http://support.microsoft.co... FIX: You experience various problems when you develop a BizTalk project that references another BizTalk project ......
The BizTalk server team has released the aforementioned tool to facilitate the development of "Adapters" (not just BTS, but general WCF) for creation of WCF extensions to consume existing service interfaces. Mostly, it facilities building well structured classes that meet the WCF extensions requirements. Clearly, you still need to code up the actual interfaces, connection code handling, etc. This SDK is usable without BizTalk and can be used to create interfaces to existing systems. Then, expose ......