void addSOAPHeaderAttribute(SimpleEvent soapEvent,int index, String attribute, String value)
void addSOAPHeaderAttribute(SimpleEvent soapEvent,int index, String attribute, String value)
Name | Type | Description |
---|---|---|
soapEvent | SimpleEvent | To add attachment for this event |
index | int | The index of the header required which should be in the range of the header parts list. |
attribute | String | attribute name |
value | String | attribute's value |
Type | Description |
---|---|
void |