Each SOAP request is transported via HTTP. The contents of the HTTP header can be accessed after the SOAP call, e.g. to check the HTTP status code.

The following example shows a SOAP adapter call with getting the HTTP header.

You can also read dedicated headers using the getServiceContextValue.

HTTP Headers

Parameter response contains the HTTP response of the SOAP call.

Accessing the Headers

ClassAttributeType
EntrykeyString
valueArray of Any. The dynamic type for httpHeaderMap is String.
HeaderFieldname
value