How can I create a file that appears on a WebDav server to fire a BizTalk event?

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?

+3
source share
3 answers

, , , Samba, , , FILE.

+1

WebDAV UNC- BizTalk, File Adapter .

+1

Have you tried to assign a drive letter to the WebDav folder?

http://en.wikipedia.org/wiki/WebDAV

+1
source

All Articles