String getSOAPHeaderAttribute (SimpleEvent soapEvent, int index, String attribute)
String getSOAPHeaderAttribute (SimpleEvent soapEvent, int index, String attribute)
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 | name | of the header attribute |
Type | Description |
---|---|
String | The value of the specified SOAP header attribute |