Can somone give me an example of converting result returned from xml call to an interger value.
Assuming the result contains an int: XmlRpcValue result; client.execute("NoSuchMethod", args, result) int i = result;
Error checking neglected.
Thank you,
The developer on server side was returning a string and no matter what I done on the client side the client aborted.
Problem solved.
Log in to post a comment.
Can somone give me an example of converting result returned
from xml call to an interger value.
Assuming the result contains an int:
XmlRpcValue result;
client.execute("NoSuchMethod", args, result)
int i = result;
Error checking neglected.
Thank you,
The developer on server side was returning a string and
no matter what I done on the client side the client aborted.
Problem solved.