DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Wed, 22 Aug 2007 06:02:03 -0700,    posted on: microsoft.public.dotnet.general        back       

Thread Index
  1    AlBruAn .(donotspam)
          2    Mr. Arnold MR.


Web Service question   
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?
Date:Wed, 22 Aug 2007 06:02:03 -0700   Author:  

Re: Web Service question   
"AlBruAn" <albruan@hotmail.com.(donotspam)> wrote in message 
news:B2F3C1A4-747A-4B9D-AA82-71DA6CE4C9F6@microsoft.com...

>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?


You use a queuing directory and send trigger files to a public file share 
that applications can access, you might even want to use a System Filewatch. 
Or you use a SQL Server database table as the trigger table that the 
applications can access.

That's if you can make code changes to the other services. You're going to 
have to make some code changes to the other services no matter how do it and 
look at it, so that the other services can recognize a notification.

You might want to keep it simple. Sometimes, simple is a more reliable 
solution.

There is also a MS.Public.dotnet.framework.webservices NG as well.
Date:Wed, 22 Aug 2007 11:52:18 -0400   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us