all Technical posts
Using Windows Credentials in WCF-Custom adapter
When sending a message from BizTalk to an external WCF-service with Windows Credentials, the WCF-Custom adapter will ignore the credentials in the Credentials-tab and use the ones of the Host Instance.If you really need to use Windows Credentials, you'll need to create a custom Endpoint Behavior and add it to the WCF-Custom adapter.
all Technical posts
Auto-generate class-file from an XSD
Autogenerate an class-file from an XSD every time you build your Visual Studio project with svcutil.
all Technical posts
Configuring two-way SSL Authentication – Part 2
It’s time for the second part of my blog series about configuring 2way SSL Authentication using certificates in BizTalk. The first part of this blogpost introduces 2Way SSL Authentication and explains how to configure BizTalk as a client using the WCF Adapter.
Download Our New White Paper "Understanding SaaS and PaaS for IoT"
Discover which solution will help you meet your IoT goals.
Unlocking the Value of Dynamics 365 Through Integration
Learn how you can unlock the value of Dynamics 365 through integration for your organization.
Discover How You Can Get Started with IoT in this eBook "Beyond the IoT Hype"
This eBook walks you through the steps on how to begin your IoT journey.
all Technical posts
Application startup performance
Read how a simple configuration setting can impact the startup time of your application dramatically and how to fix this using built-in WCF configuration.
all Technical posts
Using a State Machine in Workflow manager to instrument a Twilio call
In this blog post, it is described how Workflow Manager State machines are used to instrument a phone call that is hosted through Twilio, an online service platform for phone and text communication.
all Technical posts
BAM Pitfalls with BizTalk Server 2013
Recently I was working on implementing some BAM Views for a customer who is using BizTalk Server 2013. During the setup of the BAM Views on my development machine I ran into some issues. In this blog post I’ll point them out, give some background information and provide you with solutions.