Reputation: 2426
I need to perform polling on a WCF service inside BizTalk. The workflow would be as follows:
I've used 'Consume WCF Service' to generate the ports and schemas. But now i cannot find a way to orchestrate this workflow. Here are some questions to which I'm unable to find answers:
Any help will be much appreciated!
Upvotes: 0
Views: 1803
Reputation: 10274
BizTalk is not a job scheduler, but this sort of workflow does comes up a lot when organizations already use BizTalk. Your best bet is to find a reliable (and resilient, monitored, logged, etc.) means of triggering the process, telling BizTalk when it is time to call the WCF service.
I answered another question about BizTalk scheduling here. From that answer, you may be able to use one of these options for scheduling:
Upvotes: 1