locked
Can i make this html active." RRS feed

  • Question

  • User1421620300 posted

    Can any of you guys help me to make my html view page visible in this webservice application! I have tried several attempts to debug the page, but i dont have a clue as to why the markup for the Index page will not make itself visible. Can anyone help me to fix this in a timely manner. Thanks, Markus33

    https://github.com/Andrew112/SuperHeroDB.git

    Wednesday, March 4, 2020 2:19 PM

Answers

  • 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

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, March 5, 2020 7:17 AM

All replies

  • 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

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, March 5, 2020 7:17 AM
  • User1421620300 posted

    Thanks for the help Sean, i really appreciate it! markus

    Thursday, March 5, 2020 5:07 PM