Well the mistake is that the web service is not persistent. Once you call it, the service is instantiated, returns you something and then is destroyed. So when you call it back, actually a new instance is created. If you really want to store the status then you need to put it somewhere in a file or in a database
Recent comments
14 years 37 weeks ago
14 years 39 weeks ago
14 years 40 weeks ago
14 years 42 weeks ago
14 years 42 weeks ago
14 years 43 weeks ago
14 years 43 weeks ago
14 years 43 weeks ago
14 years 44 weeks ago
14 years 44 weeks ago