Home Page › Forums › BizTalk 2004 – BizTalk 2010 › SOAP receive port › SOAP receive port
December 5, 2005 at 10:02 AM
#12471
There are two ways of doing this:
Create a SubmitDirect service or custom adapter that will generate a trigger message every minute. This trigger message will initiate your orchestration that will call the web service.
Create a custom polling web service adapter
The standard Web Service adapter will not poll, so you cannot start an orchestration with a request/response web service.