Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Custom Soap Header › Re: Custom Soap Header
June 10, 2009 at 6:44 AM
#22630
When using WCF.OutboundCustomHeaders, it must have the <headers> element as the root element. If the custom SOAP is empty, you must assign <headers></headers>
Example
MyMessage(WCF.OutboundCustomHeaders) = “<headers><T1> xx</T1></headers”
OR
MyMessage(WCF.OutboundCustomHeaders) = “<headers></headers”