Anyone have experience parsing complex response types using ws-xmlrpc?
The service returns a HashMap with one of the values an Array, when I request the key of the array from the hashmap, java just returns "java.lang.Object".
How do I access the contents of the array?
Any ideas?
Thanks in advance for your input.