Exposing Custom WCF Headers through WCF Behaviors
Posted by: Stephen Kaufman's WebLog,
on 29 May 2009 |
View original | Bookmarked: 0 time(s)
Since the WCF Publishing Wizard in BizTalk does not support adding custom headers defined at the server, we need to programmatically modify what gets created by the wizard to add custom headers. However, from the client you have the option to pass in header values at will. If you are passing in headers generated at the client BizTalk will take them and map them to the context. However, they show up as an XML fragment and not as individual data items. It becomes annoying...