I am trying to make a POST request by ROBOSPICE and I get a NullpointerException
:
public String loadDataFromNetwork() throws Exception {
return getRestTemplate().getForObject(url, String.class);
}
Here is the exact Error occurring in return
line
An exception occurred during request network execution :null
java.lang.NullPointerException