Hello everybody,
The fact is that I'm trying with Delphi and using the JDSolutions
library.
http://www.jondavis.net/JDSolutions/XmlRpc/readme.htm
I've problems to retrieve the responses.
Using the "loginUser" method I get something like this
"session_idfcfdf9d7d096bbe26285a35b5f794f2b",
trim it at the end of "session_id" substr and store it in a session
variable. But when I try to use it to get the user data with
"getUserData" I get "Invalid session id" error. What is the matter?
Another trouble (really puzzling for me): with the "getMedia" I
retrieve a string containing various key and their values (an XML
struct type) and I can't catch them only implementing long and time-
wasting system.
Hopeful regards,
Elia