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
| Name | Type | Description |
soapEvent | SimpleEvent | The SOAP Event |
index | int | The index of the header required which should be in the range of the list. |
attribute | String | Name of the header attribute |
Returns
| Type | Description |
String | The value of the specified SOAP header attribute |