Can you put a breakpoint on the below line from Chrome developer tools and first verify if the service is indeed returning data to the model object?
sap.ui.getCore().setModel(oModel);
Also try modifying the line oModel.loadData(...) as below:
oModel.loadData("<serviceURL>", null, false, "GET", false, false, null);