There is a bug on Client class in function addDefaultDatatype. When the bindings is null it explodes with a NullPointerException. To fix it I suggest to check che nullable value: if (bindings == null) return null;