locked
Calling Web API from a Windows Phone 8 Application RRS feed

Answers

  • First thing you need to figure out is the error happening on the server or in the mobile app.  I would use a client you can call the web api (rest) service with first to see if it is working.  I use the chrome extension advanced rest client to do this but you can use any rest client you like.
    Monday, March 16, 2015 12:44 PM
  • I've noticed that too. It is actually returning the results as JSON.

    To view the result of the call go into the developer tools (F12), then go to Network, click start monitoring and resend your request.

    You should see the result appear in the trace list. You can then double click it and select View Body to see the response body.

    Check this it would help, because i think the service didn't return any kind of data

    Monday, March 16, 2015 1:32 PM

All replies

  • First thing you need to figure out is the error happening on the server or in the mobile app.  I would use a client you can call the web api (rest) service with first to see if it is working.  I use the chrome extension advanced rest client to do this but you can use any rest client you like.
    Monday, March 16, 2015 12:44 PM
  • I've noticed that too. It is actually returning the results as JSON.

    To view the result of the call go into the developer tools (F12), then go to Network, click start monitoring and resend your request.

    You should see the result appear in the trace list. You can then double click it and select View Body to see the response body.

    Check this it would help, because i think the service didn't return any kind of data

    Monday, March 16, 2015 1:32 PM