G
Guest
I am writing a Web Service to run once every weekday and execute a SQL Server
sproc to determine if there are any tasks to be performed that day. If there
are any such tasks, I need my Web Service to notify other Web Services that
there is work for them to perform. Among the many tasks are notifying one or
more departments that there are: follow-up phone calls to place,
correspondence to be sent, an item needing to be sent to collections, an item
to be written off, or a reimbursement to be made to name but a few.
How can I get my Web Service to notify the others of the work?
sproc to determine if there are any tasks to be performed that day. If there
are any such tasks, I need my Web Service to notify other Web Services that
there is work for them to perform. Among the many tasks are notifying one or
more departments that there are: follow-up phone calls to place,
correspondence to be sent, an item needing to be sent to collections, an item
to be written off, or a reimbursement to be made to name but a few.
How can I get my Web Service to notify the others of the work?