I am writing a BizTalk 2006 R2 application that has to periodically get data from a remote WCF service. I’m not sure how to go about setting the polling interval for a WCF adapter (receiving location) . Can someone please help?
Create an orchestration that manage the process, makes the request to the wcf-service and take care of the response. Use the “Consume WCF service”-wizard to create the port types and messages. Do not use the generated orch, just its types from your own orch.
Make the orchestration receive shape activate message be a “dummy”-xml
Configure the schedule takt adapter to enter the dummy xml as a xml string.
Thanks for your recommendation. The scheduler adapter works great as I see the BizTalk application trying to get out to the WCF service. Are there any licensing issues with this adapter that you know of?