XMLRPC Response Using ws-xmlrpc
Posted
by Dave
on Stack Overflow
See other posts from Stack Overflow
or by Dave
Published on 2010-04-26T15:25:51Z
Indexed on
2010/05/01
1:57 UTC
Read the original article
Hit count: 664
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.
© Stack Overflow or respective owner