Object Response=rpcClient.execute("tl.authorizeUser",params);ArrayList<Object> params = new ArrayList<Object>();
Hashtable<String, Object> executionData = new Hashtable<String, Object>();
executionData.put("username", pUserName);
executionData.put("password", pPassword);
executionData.put("script_key", ConfigurationManager.getDevKey());
params.add(executionData);
if (Response!=null){System.out.println("WELCOME TO TESTLINK");}
i am getting this error
it seems that I am unable to connect to xmlrpc.phpFailed to parse servers response: Expected methodResponse element, got br
any help would be highly appreciated, as I am very new here so please forgive me, if my post is not at all have any quality.
Thanks