配置BizTalk以使用协议发送端口 [英] Configuring BizTalk to Use the Agreement Send Port

查看:75
本文介绍了配置BizTalk以使用协议发送端口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


我对BizTalk比较陌生,但我希望我下面描述的内容是可行的。


我们是使用BizTalk 2013开发EDI解决方案,我们需要每个EDI业务流程的发送端口(基本上是FTP站点),以取决于匹配的协议。 相反,似乎发送端口基于每个业务流程的绑定端口,
可能必然如此。 但是,这不符合我们的目的,我怀疑我们需要的是什么,但是在平台文档的重压下埋没了。


我们如何才能达到要求出站EDI文件依赖于协议发送端口而不是绑定端口?

解决方案

要获得与匹配协议关联的发送端口,需要利用"角色链接"构建业务流程时的功能。出于"匹配"的目的通过角色链接发送的消息要求您在消息构建期间通过调用"new Microsoft.XLANGs.BaseTypes.Party(< name>,< qualifier>)"来分配

参考


  1. 在业务流程中使用角色链接 -
    https://msdn.microsoft.com/en-us/library/aa547316.aspx
  2. 使用角色链接 -
    https://msdn.microsoft.com/en-us/library /ee253631(v=bts.10).aspx
  3. 派对类 -
    https://msdn.microsoft.com/en-us/library/microsoft.xlangs.basetypes.party.aspx

问候。


Hello,

I am relatively new to BizTalk but I am hoping that what I below describe is possible.

We are developing an EDI solution with BizTalk 2013 and we need the send port (FTP sites, essentially) for each EDI orchestration to depend upon the matched agreements.  Instead, it appears that the send port is based upon the bound port for each orchestration, perhaps necessarily so.  However, this will not serve our purposes and I suspect that what we need is possible, but buried under the weight of the platform documentation.

How can we accomplish the requirement to have the outbound EDI files dependent upon the agreement send ports rather than the bound ports?

解决方案

To get the send port associated with the matched agreement you'd need to leverage the "Role Link" feature while constructing the orchestration. For the purposes of "matching" the messages sent through the role link require you to assign the party during the message construction through the call to "new Microsoft.XLANGs.BaseTypes.Party(<name>, <qualifier>)"

Refer

  1. Using Role Links in Orchestration - https://msdn.microsoft.com/en-us/library/aa547316.aspx
  2. Using Role Links - https://msdn.microsoft.com/en-us/library/ee253631(v=bts.10).aspx
  3. Party Class - https://msdn.microsoft.com/en-us/library/microsoft.xlangs.basetypes.party.aspx

Regards.


这篇关于配置BizTalk以使用协议发送端口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆