After successfully completing the tutorial for the weather app, I though it would be a good idea to practice connecting to a different web service.
I decided I would make a simple app that checks the nationality of an IP Address. I'm using the GeoIPService (http://www.webservicex.net/geoipservi...)
I made a REST service with the appropriate parameters, and the service tests perfectly. But the service doesn't work when I'm testing the app.
I've made sure that the app was capturing input from the text box correctly. I also tried giving the REST request a default IP address, but that didn't solve the problem. The REST service works when I run the service test, but I doesn't work when I test the whole app. Any ideas on why this is happening?
My app is here: http://project.tiggzi.com/view/254f3b...