我们有一个当前在 BizTalk 2006 R2 中运行的应用程序,它使用动态发送端口向 WSE2.0 Web 服务发送消息。它为soap消息端口设置的属性如下:
Message(WSE.IntegrityUser) = "some user"
Message(WSE.IntegrityPassword) = "Plain text Password"
Message(WSE.IntegrityPasswordOption) = "Plain text option"
Message(WSE.SoapAction) = "Operation Name"
Message(WSE.AuthenticationScheme) = "Integrated"
动态端口的地址设置如下:
DynamicPort(Microsoft.XLANGs.BaseTypes.Address) = URL
现在我想将此解决方案升级到 BizTalk 2013,发现它不再支持 WSE。继续使用动态端口的替代方法是什么?