随风飞世 发表于 2015-9-28 09:21:02

BizTalk2006 :Windows SharePoint Services Adapter初体验(1),大量截图希望给大家一个感性认识。

Windows SharePoint Services Adapter是biztalk 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收到了文件。
页: [1]
查看完整版本: BizTalk2006 :Windows SharePoint Services Adapter初体验(1),大量截图希望给大家一个感性认识。