I keep getting this error and I am not sure why. It is coming from this piece of code:
List<Item> res = null; try{ res = inventoryConnector.getItems(); } catch (ClientException e) { e.printStackTrace(); } catch (BindingException e) { e.printStackTrace(); }
Any reason why?