我可以使用 WSS 适配器在 Biztalk 服务器中进行基于内容的轮询吗

发布于 2024-12-06 07:02:06 字数 156 浏览 1 评论 0原文

我有一个场景,我必须根据某些条件从共享点库中轮询文档。 例如,获取具有 status==Readytoprocess 的文档,然后根据文档中存在的唯一编号从另一个共享点库获取其内容文件。

biztalk 中最好的方法是什么?有什么方法可以创建动态接收吗?

I have scenario where I have to poll documents from sharepoint library based on some conditions.
e.g. fetch documents which has status==Readytoprocess and then based upon unique number present in document fetch its content file from another sharepoint library.

What is the best approach doing in biztalk? Is there any way where I can create Dynamic Receive?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

诠释孤独 2024-12-13 07:02:06
  1. 在 Sharepoint 中创建一个视图,其中
    status==Readytoprocess-filter,并让 BizTalk 从那里进行轮询。

    1. 向 Sharepoint 服务请求内容文件。

问候
马丁

  1. Create a view in Sharepoint, with a
    status==Readytoprocess-filter, and let BizTalk poll from there.

    1. Make a request to the Sharepoint service for the content file.

Regards
Martin

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文