Using SOAP Headers
Microsoft BizTalk Server provides support for defined and unknown SOAP headers. Defined SOAP headers are headers in the Web Service Description Language (WSDL) that are explicity stated in the Web service. Unknown SOAP headers are headers that in the WSDL that are not explicity stated in the Web service. For more information about using SOAP headers, see SoapHeader Class.
BizTalk Server creates a context property for each defined SOAP header in the Web service.
Note
Consumed Web services support only defined SOAP headers.You cannot set unknown headers when consuming Web services.