Hey there!
I try to send request to Lj rpc-xml server for polling, but it return an error 203 - "Invalid argument(s): answers [203]".
Poll has ID 1968584 and chosen answer is 2.
The data that I send:
requestHash = new HashMap();
requestHash.put("pollid", "1968584");
requestHash.put("answers", "2");client.call("LJ.XMLRPC.votepoll", requestHash
(
Read more... )
Comments 2
(The comment has been removed)
Reply
Reply
Leave a comment