I have a legacy system that can create files visible in WebDav as output. I would like to call the BizTalk orchestration receive port when a file matching the filter appears - this is very similar to the standard file adapter, but for WebDav.
I found a BizTalk Scheduled Task Adapter that can pull a file over HTTP, but it looks abandoned, poorly documented and out of date.
So how is this done? Is it possible to use a standard HTTP adapter, perhaps?
source
share