I have a webservice for now ASMX, but I can change to WCF which inserts data to a table, and another process in a disconnected env. which updates this value.
How can I notify the webservice that the data has been updated in the same connection?
...
Go to the complete details ...