Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.07 KB

using-soap-headers.md

File metadata and controls

23 lines (18 loc) · 1.07 KB
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: Using SOAP Headers
Using SOAP Headers
06/08/2017
biztalk-server
article

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.

In This Section