I have a mobile application calling a webservice. When I run the application once it works normally, but if i call it again without restarting the application, the webservice is not even triggered.
Do you have an idea of what the problem might be?
I have a mobile application calling a webservice. When I run the application once it works normally, but if i call it again without restarting the application, the webservice is not even triggered.
Do you have an idea of what the problem might be?
A webservice call is essenially, reading a webpage. So, the real question is -- "Is the GET request coming in?" If so, the problem is with your server; if not, it's with the client.