4
I have a Webservice that’s working normally. At this point arose the need to execute a method called "Recuperaraposfalha" that needs to be executed as soon as the Webservice is started. This is a method to upload some database data when the Webservice comes back from some fault like power outage, accidental reboot, etc. How can I do this without consuming this method in another application ?