We have a requirement to construct xml messages to send to various web services on a periodic basis. BizTalk has been proposed to implement this requirement. As this blog makes clear, BizTalk is definitely overkill for most tasks. The setup and administration can be a nightmare and it BizTalk was designed for disconnected systemsheterogenous datacomplex orchestrationsscheduled and event-driven processingMore specifically, it Receiving a message off of a queueWatching the file system for new filesPerforming actions after a specified time interval For most applications, for this small amount
...
We have a requirement to construct xml messages to send to various web services on a periodic basis. BizTalk has been proposed to implement this requirement. As this blog makes clear, BizTalk is definitely overkill for most tasks. The setup and administration can be a nightmare and it
BizTalk was designed for
- disconnected systems
- heterogenous data
- complex orchestrations
- scheduled and event-driven processing
More specifically, it
- Receiving a message off of a queue
- Watching the file system for new files
- Performing actions after a specified time interval
For most applications, for this small amount of functionality, it is very cost-prohibitive. The standard edition is $8,500 and the enterprise edition is 30k.
TODONT: Use a Windows Service just to run a scheduled process