About me

-
Recent Posts
- Preserving Input Sequence Order when Aggregating Debatched Messages
- Session TechDays – 2012 : Mettre en Oeuvre une Plateforme d’Intégration et de Gestion des Informations de l’Entreprise (EIM) avec SQL Server 2012 Master Data Services
- PowerShell Provider for BizTalk Server 1.2.0.4 Released
- Microsoft® MVP BizTalk 2012
- Building Multiple Projects in Order with MSBuild
Archives
Categories
Meta
Category Archives: Wcf
Handling Soap Headers in BizTalk WCF Services
This is the final part of a series of posts where I talk about various issues when creating SOAP-compatible BizTalk WCF services. In this post, I briefly cover the handing of SOAP headers in the case of boath the SOAP … Continue reading
Posted in Wcf
Supporting both Soap 1.1 and Soap 1.2 with BizTalk WCF Services
Last week, we’ve seen how to implement Soap-compatible services of BizTalk schemas or orchestrations with WCF. At the end of that post, I touched on an issue one faced while trying to call the resulting service with a Soap 1.2 … Continue reading
Posted in Wcf
Creating Soap Compatible BizTalk WCF Services
During a recent mission at a new client, I was tasked to help migrate BizTalk 2006 R2 applications and solutions to BizTalk Server 2009. Part of this migration involves converting currently exposed SOAP web services to compatible WCF services. While … Continue reading
Posted in Wcf