Exposing Custom WCF Headers through WCF Behaviors - Part 2
Posted by: Stephen Kaufman's WebLog,
on 11 Jun 2009 |
View original | Bookmarked: 0 time(s)
In part 1 we covered how to create a custom behavior to inject header data into the dynamically created WSDL.
In this part we will look at consuming the header data passed in.
By default BizTalk will take any custom header it finds in the incoming WCF message and automatically map them to the Message Context.
If it were really this simple we wouldn't need this posting.
So, what is the issue. The issue is that when BizTalk maps the header to the context it posts an xml fragment. ...