Home Page › Forums › BizTalk 2013 & BizTalk 2013 R2 › WCF-BasicHTTP SoapHeader › Re: WCF-BasicHTTP SoapHeader
September 20, 2016 at 12:21 AM
#28041
As far as I know, in .NET we can add custom SOAP headers by specifying our custom EndpointBehavior (deriving from IEndpointBehavior) which can add our custom ClientMessageInspector (deriving from IClientMessageInspector) which, in its turn, can add any custom header to the request processed.