Description
client/XmlRpcStreamTransport.java:176
} catch (SAXException e)
catch (IOException e)
{ throw new XmlRpcException("Failed to read servers response: " + e.getMessage(), e); client/XmlRpcStreamTransport.java:178 }catch (IOException e)
{ throw new XmlRpcClientException("Failed to read servers response: " + e.getMessage(), e); }The error message "Failed to read servers response: " should be "Failed to read server's response: ".