SOAP.addSOAPHeaderAttribute()

Signature

void addSOAPHeaderAttribute(SimpleEvent soapEvent,int index, String attribute, String value)

Domain

ACTION, BUI

Description

Add attribute to SOAP header

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