Re: XML-RPC for interface my Android App to Wordpress

2013-06-23 Thread Jochen Wiedmann
Try using another transport factory, (no idea, whether the sun stuff wrks on Android), or make sure, that the Commons HttpClient jar files are present. On Sat, Jun 22, 2013 at 3:38 PM, Ciccio Vicks wrote: > Hi, > I must to interface my android application to wordpress to post new > comment usi

XML-RPC for interface my Android App to Wordpress

2013-06-22 Thread Ciccio Vicks
Hi, I must to interface my android application to wordpress to post new comment using wordpress api. In my java code I do: --- String xmlRpcUrl = "http://myBlog/xmlrpc.php";; String username = "myUser"; String password = "myPass"; try