This is necessary because Velocity does not provide accessors into arrays and some of the API calls will return SoapNamedValues objects that have two matching arrays of name and value.
Get the length of the array.
Returns: The length of the array (null array will return 0).
Get the object at the specified index of the array.
Returns: The object stored at that array of null if the array is empty or position is invalid.