我们当前在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。继续使用动态端口有哪些替代方法?