BizTalk 2006 简单入门示例程序(附源项目文件下载)
 
为初学BizTalk Server 2006的开发人员,提供一个简单入门的示例程序,包括一个Receive Port、Send Port、Orchestration、Message等等。
 

运行环境:
Visual Studio 2005 + BizTalk Server 2006
说明:
1. 上述示例程序,简单将XML Message 从Receive Location 转移到Send Location,并重新命名。
2. BizTalk 项目通过Visual Studio 2005 编译为.NET assembly,并且这些assembly 需要有strong name。
3. Send Port / Receive Port 的pipeline 均设置为 Pass Thru Transmit,因为本示例程序不需要处理传入、传出文档。XMLTransmit pipeline 则用来传输XML消息,并基于Schema负责解析消息为合适的XML 结构。
4. 通过BizTalk Server Administration Console 来配置、启动上述示例程序。
 
 欢迎交流!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
  • 2021-11-28
  • 2022-03-06
  • 2021-11-03
猜你喜欢
  • 2022-02-23
  • 2021-10-04
  • 2021-05-24
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案