SOAP.getSOAPHeaderAttribute()

Signature

String getSOAPHeaderAttribute (SimpleEvent soapEvent, int index, String attribute)

Domain

ACTION, CONDITION, BUI

Description

Gets the value of the given attribute for the header part at the specified index in header body of the Simple event

Parameters

NameTypeDescription
soapEventSimpleEventThe SOAP Event
indexintThe index of the header required which should be in the range of the list.
attributeStringName of the header attribute

Returns

TypeDescription
StringThe value of the specified SOAP header attribute