User-1330468790 posted
Hi, Markus33,
I have tried your code from my side and it seems working well. (Edge, Chrome, FireFox, IE)
The only problem is that the data is not displayed until I remove the spaces between the "url" inside the file "service.js".
Before:
url: "Service / SuperHeroService.svc / GetAllHeroes",
After:
url:"Service/SuperHeroService.svc/GetAllHeroes",
Result in Chrome:

So I would like to confirm that if your problem is that you cannot make the data displayed?
Or you can not bind the index.html as the start page to consume the webservice?
Best regards,
Sean