0
Is it possible for a Windows Service to exchange information with a Web Service Rest? If so, is that good practice or not? Why the question? This is what I need to do. When a flag in the bank is changed from 0 to 1, it should trigger a notification for an Android App. The form discussed here earlier is to make a service, put a timer so that from time to time the WS listens to this change and trigger a notification.
It is possible yes, you can use Httpclient, here an example. And it’s a completely normal practice, in my opinion.
– L. Albano