XMLRPC with long integer entry in hashMap from java server is not obtained in ruby client
Posted
by Mahesh M
on Stack Overflow
See other posts from Stack Overflow
or by Mahesh M
Published on 2010-05-27T07:07:57Z
Indexed on
2010/05/27
7:11 UTC
Read the original article
Hit count: 394
I am using XMLRPC to get data from a Java server. I use HashMap as return value for a particular remote call. The server puts a long int into the HashMap (which is returned) along with other data. At the client end, which is ruby, I get all other data but for the long int. How can I get this data at the client?
© Stack Overflow or respective owner