SteveLacy
Posts: 6
Joined: Fri Apr 20, 2012 11:54 pm

problem with web service not returning data on mobile app tester

I'm having a problem with an app where I can invoke the following web service and it works when testing from the Appery test site, but when I run the app in the Android mobile tester, no data is returned.

Here's the web service:

http://www.soverysocial.com/app/kids.php

It returns an array when running both the test button on the Appery web service page (to populate the response) and when using it in an app to build out a list. But when I run the same app on the Android test app, nothing is returned to build my list.

I'm assuming there's a permission issue on the server, but I'm not sure where to look first. Do you have any suggestions?

Thanks,

Steve

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

problem with web service not returning data on mobile app tester

Hi Steve,

  1. Please check without the tester - build and install your app.
  2. Create handlers on success, error, complete events and check what data is received using pseudo-array "arguments".
  3. If this is your service please check if you get a request.

Return to “Issues”