Search found 1 match
- Mon Apr 06, 2009 6:42 pm
- Forum: XML-RPC API
- Topic: Update "note" field issue
- Replies: 0
- Views: 3728
Update "note" field issue
I am not able to update "note" field through java API or python client. Here is a snippet of java code I am using. XmlRpcClient rpcClient; XmlRpcClientConfigImpl config; config = new XmlRpcClientConfigImpl(); config.setServerURL(new URL(SERVER_URL)); rpcClient = new XmlRpcClient(); rpcClie...