117118119120121122123
* * @return client or null in case of error. */ public static XmlRpcHandler getClient() { return new XmlRpcClientSimple(SERVICE_URL); }