zoukankan      html  css  js  c++  java
  • BizTalk2006 :Windows SharePoint Services Adapter初体验(1),大量截图希望给大家一个感性认识。 无为而为

    Windows SharePoint Services Adapterbiztalk 2006 才有的Adapter,所以估计很多人对这个具体能做什么事情,还没有感性的认识,我就从帮助文件里摘抄一些文字,并且自己配上一些截图。

     

    第一个例子比较简单,涉及到东西不多,简单的说就是3个表单库,2个端口。

    完成的功能就是,biztalk Receive端口接受Source表单库文档,Send端口发送带Destination表单库,并且在Archive表单库做了一个备份。

     

    具体步骤:

    1.       Configure Windows SharePoint Services

    a)        Create a Windows SharePoint Services site

    创建一个SharePoint网站,没有什么特别的。

    b)        Create a "Source" document library

    创建一个“Source”文档库,模板选择“None”,下面的除了名字不同设置一样。

    c)         Create a "Destination" document library 

    d)        Create an "Archive" document library

    3个文档库创建好之后,是这样的:

     

    e)        Configure Windows security

    配置biztalk Server Host Instance的运行权限,就是加入到SharePoint Enabled Hosts组,看图:

     

    f)         Configure SharePoint security

    biztalk Server Host Instance的运行用户有权访问上述SharePoint文档库。看图:

     

    2.       Create and configure the biztalk Server ports

    a)        Create the receive port

    设置好之后:

     

    b)        Create the receive location

    设置好之后:

     

    c)         Create the send port

    设置好之后:

     

    3.       Enable and start the receive location and receive port

    a)        Enable the receive location

    b)        Start the send port

    这两个使用过biztalk 2004的应该不陌生吧

    4.       Sending a message through the system

    a)        Create a working directory

    b)        Create an XML file

    c)         Upload the XML file

    其实就是上传一个XML文件到Source文档库,你可以看Destination收到了文件。

  • 相关阅读:
    URAL 2067 Friends and Berries (推理,数学)
    URAL 2070 Interesting Numbers (找规律)
    URAL 2073 Log Files (模拟)
    URAL 2069 Hard Rock (最短路)
    URAL 2068 Game of Nuts (博弈)
    URAL 2066 Simple Expression (水题,暴力)
    URAL 2065 Different Sums (找规律)
    UVa 1640 The Counting Problem (数学,区间计数)
    UVa 1630 Folding (区间DP)
    UVa 1629 Cake slicing (记忆化搜索)
  • 原文地址:https://www.cnblogs.com/cleo/p/BizTalk2006_SharePointAdapter1.html
Copyright © 2011-2022 走看看