SOAP.getHeaders()

Signature

String[] getHeaders(SimpleEvent soapEvent, String actor, boolean removeHeaders)

Domain

action/condition

Parameters

NameTypeDescription
soapEventSimpleEventThe request SOAP event
actorStringThe actor attribute. Use null to get all headers
removeHeadersbooleanAs per SOAP specification, if header is processed, it should be removed from the SOAP headers. Setting this parameter value to true will remove the header.

Returns

TypeDescription
String[]