Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Custom Soap Header › Re: Custom Soap Header
September 19, 2008 at 3:39 PM
#20787
Here is a walkthrough on consuming a service with the WCF-BasicHttp adapter:
http://msdn.microsoft.com/en-us/library/bb246019.aspx
To send custom SOAP headers to the service, you just need to set the value of the WCF.OutboundSoapHeaders context property. See the WCF link that Richard posted above for more info on how to do that.