I am using a web service that returns a plain object of the type \"Object\". Debug shows clearly that there is some sort of Array in this object so I was wondering how I can cas
Your values object is obviously an Object[] containing a String[] containing the values.
values
Object[]
String[]
String[] stringValues = (String[])values[0];