SOAP.addSOAPHeaderAttribute()

Signature

void addSOAPHeaderAttribute(SimpleEvent soapEvent,

Domain

Parameters

NameTypeDescription
soapEventSimpleEventTo add attachment for this event
indexintThe index of the header required which should be in the range of the header parts list.
attributeStringattribute name
valueStringattribute's value

Returns

TypeDescription
void